Uses of Interface
com.blazebit.persistence.Keyset
-
Packages that use Keyset Package Description com.blazebit.persistence Blaze-Persistence is a rich Criteria API for JPA. -
-
Uses of Keyset in com.blazebit.persistence
Classes in com.blazebit.persistence that implement Keyset Modifier and Type Class Description classDefaultKeysetA simple default implementation for theKeysetinterface.Methods in com.blazebit.persistence that return Keyset Modifier and Type Method Description KeysetDefaultKeysetPage. getHighest()KeysetKeysetPage. getHighest()Returns the key set for the highest entry of the correspondingPagedList.KeysetDefaultKeysetPage. getLowest()KeysetKeysetPage. getLowest()Returns the key set for the lowest entry of the correspondingPagedList.Methods in com.blazebit.persistence that return types with arguments of type Keyset Modifier and Type Method Description List<Keyset>DefaultKeysetPage. getKeysets()List<Keyset>KeysetPage. getKeysets()Returns the key set list of the correspondingPagedList.Methods in com.blazebit.persistence with parameters of type Keyset Modifier and Type Method Description XKeysetQueryBuilder. afterKeyset(Keyset keyset)LikeKeysetQueryBuilder.afterKeyset(java.io.Serializable...)but uses the given keyset as reference values.XKeysetQueryBuilder. beforeKeyset(Keyset keyset)LikeKeysetQueryBuilder.beforeKeyset(java.io.Serializable...)but uses the given keyset as reference values.Constructors in com.blazebit.persistence with parameters of type Keyset Constructor Description DefaultKeysetPage(int firstResult, int maxResults, Keyset lowest, Keyset highest)Creates a newKeysetPage.DefaultKeysetPage(int firstResult, int maxResults, Keyset lowest, Keyset highest, List<Keyset> keysets)Creates a newKeysetPage.Constructor parameters in com.blazebit.persistence with type arguments of type Keyset Constructor Description DefaultKeysetPage(int firstResult, int maxResults, Keyset lowest, Keyset highest, List<Keyset> keysets)Creates a newKeysetPage.
-