Uses of Interface
com.blazebit.persistence.Keyset
Packages that use Keyset
-
Uses of Keyset in com.blazebit.persistence
Classes in com.blazebit.persistence that implement KeysetMethods in com.blazebit.persistence that return KeysetModifier and TypeMethodDescriptionDefaultKeysetPage.getHighest()KeysetPage.getHighest()Returns the key set for the highest entry of the correspondingPagedList.DefaultKeysetPage.getLowest()KeysetPage.getLowest()Returns the key set for the lowest entry of the correspondingPagedList.Methods in com.blazebit.persistence that return types with arguments of type KeysetModifier and TypeMethodDescriptionDefaultKeysetPage.getKeysets()KeysetPage.getKeysets()Returns the key set list of the correspondingPagedList.Methods in com.blazebit.persistence with parameters of type KeysetModifier and TypeMethodDescriptionKeysetQueryBuilder.afterKeyset(Keyset keyset) LikeKeysetQueryBuilder.afterKeyset(java.io.Serializable...)but uses the given keyset as reference values.KeysetQueryBuilder.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 KeysetModifierConstructorDescriptionDefaultKeysetPage(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 KeysetModifierConstructorDescriptionDefaultKeysetPage(int firstResult, int maxResults, Keyset lowest, Keyset highest, List<Keyset> keysets) Creates a newKeysetPage.