Uses of Interface
com.blazebit.persistence.deltaspike.data.Page
-
Uses of Page in com.blazebit.persistence.deltaspike.data
Subinterfaces of Page in com.blazebit.persistence.deltaspike.data Modifier and Type Interface Description interfaceKeysetAwarePage<T>LikePagebut contains keyset information.Methods in com.blazebit.persistence.deltaspike.data that return Page Modifier and Type Method Description Page<V>EntityViewRepository. findAll(Pageable pageable)Page<V>EntityViewRepository. findAll(Specification<E> specification, Pageable pageable)Returns aPageof entities meeting the paging and specification restriction provided in thePageableandSpecificationobjects.