public class PageableFeature extends Object implements QueryFeature
Pageable criteria (limit, offset, sort) to the query| Constructor and Description |
|---|
PageableFeature(org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
com.querydsl.jpa.impl.JPAQuery |
after(JoinerQuery<?,?> joinerQuery,
com.querydsl.jpa.impl.JPAQuery jpaQuery) |
<T,R> JoinerQuery<T,R> |
before(JoinerQuery<T,R> joinerQuery) |
public PageableFeature(org.springframework.data.domain.Pageable pageable)
public <T,R> JoinerQuery<T,R> before(JoinerQuery<T,R> joinerQuery)
before in interface QueryFeaturepublic com.querydsl.jpa.impl.JPAQuery after(JoinerQuery<?,?> joinerQuery, com.querydsl.jpa.impl.JPAQuery jpaQuery)
after in interface QueryFeatureCopyright © 2018. All rights reserved.