Uses of Class
com.blazebit.persistence.deltaspike.data.Sort
-
Uses of Sort in com.blazebit.persistence.deltaspike.data
Methods in com.blazebit.persistence.deltaspike.data that return SortModifier and TypeMethodDescriptionPageable.getSort()Returns the sorting that should be used for pagination.PageRequest.getSort()Slice.getSort()Returns the sorting that was used for pagination.Methods in com.blazebit.persistence.deltaspike.data with parameters of type SortModifier and TypeMethodDescriptionLookup a range of existing entities of entity class<E>with support for pagination.Constructors in com.blazebit.persistence.deltaspike.data with parameters of type SortModifierConstructorDescriptionKeysetPageRequest(int page, int pageSize, com.blazebit.persistence.KeysetPage keysetPage, Sort sort) Construct a page request with an optional keyset page that may be used for keyset pagination.KeysetPageRequest(com.blazebit.persistence.KeysetPage keysetPage, Sort sort) Construct a page request representing the current page via a keyset page and a sort specification.KeysetPageRequest(com.blazebit.persistence.KeysetPage keysetPage, Sort sort, int offset, int pageSize) Construct a page request with an optional keyset page that may be used for keyset pagination.KeysetPageRequest(com.blazebit.persistence.KeysetPage keysetPage, Sort sort, int offset, int pageSize, boolean withCountQuery, boolean withExtractAllKeysets) Construct a page request with an optional keyset page that may be used for keyset pagination and flags to enable the count query and keyset extraction.PageRequest(int page, int pageSize, Sort sort) Creates a newPageRequestwith given sorting.PageRequest(Sort sort, int offset, int pageSize) Creates a newPageRequestwith given sorting.