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 spring Pageable criteria (limit, offset, sort) to the query
Author:
Kisel on 29.10.2016.
  • Constructor Details

    • PageableFeature

      public PageableFeature(org.springframework.data.domain.Pageable pageable)
  • Method Details