Class 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 Detail

      • PageableFeature

        public PageableFeature​(org.springframework.data.domain.Pageable pageable)