public class FilterableJpaRepositoryImpl<T,ID extends Serializable> extends org.springframework.data.jpa.repository.support.SimpleJpaRepository<T,ID> implements FilterableJpaRepository<T,ID>
| Constructor and Description |
|---|
FilterableJpaRepositoryImpl(Class<T> domainClass,
EntityManager entityManager) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<T> |
findByFilter(Object filter,
org.springframework.data.domain.Pageable pageable) |
count, count, delete, delete, delete, deleteAll, deleteAllInBatch, deleteInBatch, exists, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findOne, findOne, flush, save, save, saveAndFlush, setLockMetadataProviderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteAllInBatch, deleteInBatch, findAll, findAll, findAll, flush, save, saveAndFlushpublic FilterableJpaRepositoryImpl(Class<T> domainClass, EntityManager entityManager)
public org.springframework.data.domain.Page<T> findByFilter(Object filter, org.springframework.data.domain.Pageable pageable)
findByFilter in interface FilterableJpaRepository<T,ID extends Serializable>