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.dataMethods in com.blazebit.persistence.deltaspike.data that return PageModifier and TypeMethodDescriptionEntityViewRepository.findAll(Specification<E> specification, Pageable pageable) Returns aPageof entities meeting the paging and specification restriction provided in thePageableandSpecificationobjects.