public class PageableFeature extends Object implements QueryFeature
| Constructor and Description |
|---|
PageableFeature(org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
com.mysema.query.jpa.impl.JPAQuery |
after(JoinerQuery<?,?> joinerQuery,
com.mysema.query.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.mysema.query.jpa.impl.JPAQuery after(JoinerQuery<?,?> joinerQuery, com.mysema.query.jpa.impl.JPAQuery jpaQuery)
after in interface QueryFeatureCopyright © 2017. All rights reserved.