Package cz.encircled.joiner.spring
Class PageableFeature
- java.lang.Object
-
- cz.encircled.joiner.spring.PageableFeature
-
- All Implemented Interfaces:
QueryFeature
public class PageableFeature extends Object implements QueryFeature
This feature allows applying springPageablecriteria (limit, offset, sort) to the query- Author:
- Kisel on 29.10.2016.
-
-
Constructor Summary
Constructors Constructor Description PageableFeature(org.springframework.data.domain.Pageable pageable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,R>
ExtendedJPAQuery<R>after(JoinerQuery<T,R> request, ExtendedJPAQuery<R> query)<T,R>
JoinerQuery<T,R>before(JoinerQuery<T,R> joinerQuery)
-
-
-
Method Detail
-
before
public <T,R> JoinerQuery<T,R> before(JoinerQuery<T,R> joinerQuery)
- Specified by:
beforein interfaceQueryFeature
-
after
public <T,R> ExtendedJPAQuery<R> after(JoinerQuery<T,R> request, ExtendedJPAQuery<R> query)
- Specified by:
afterin interfaceQueryFeature
-
-