public interface FilterableJpaRepository<T,ID extends Serializable> extends org.springframework.data.jpa.repository.JpaRepository<T,ID>
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<T> |
findByFilter(Object filter,
org.springframework.data.domain.Pageable page) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, flush, save, saveAndFlushorg.springframework.data.domain.Page<T> findByFilter(Object filter, org.springframework.data.domain.Pageable page)