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 Specification Modifier and Type Method Description Page<V>EntityViewRepository. findAll(Specification<E> specification, Pageable pageable)Returns aPageof entities meeting the paging and specification restriction provided in thePageableandSpecificationobjects.