Uses of Interface
com.blazebit.persistence.deltaspike.data.Specification
-
Uses of Specification in com.blazebit.persistence.deltaspike.data
Methods in com.blazebit.persistence.deltaspike.data with parameters of type SpecificationModifier and TypeMethodDescriptionEntityViewRepository.findAll(Specification<E> specification, Pageable pageable) Returns aPageof entities meeting the paging and specification restriction provided in thePageableandSpecificationobjects.