Interface QuerydslFastPagingRepository<T,ID>

All Superinterfaces:
org.springframework.data.querydsl.QuerydslPredicateExecutor<T>
All Known Implementing Classes:
QuerydslFastPagingRepositoryImpl

@NoRepositoryBean public interface QuerydslFastPagingRepository<T,ID> extends org.springframework.data.querydsl.QuerydslPredicateExecutor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.domain.Page<T>
    findAllFastPaging(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)
     

    Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor

    count, exists, findAll, findAll, findAll, findAll, findAll, findBy, findOne
  • Method Details

    • findAllFastPaging

      org.springframework.data.domain.Page<T> findAllFastPaging(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)