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 |
|---|---|
<T,R> com.querydsl.jpa.impl.JPAQuery<R> |
after(JoinerQuery<T,R> request,
com.querydsl.jpa.impl.JPAQuery<R> query) |
<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 <T,R> com.querydsl.jpa.impl.JPAQuery<R> after(JoinerQuery<T,R> request, com.querydsl.jpa.impl.JPAQuery<R> query)
after in interface QueryFeatureCopyright © 2018. All rights reserved.