Uses of Enum Class
org.hibernate.query.KeyedPage.KeyInterpretation
Packages that use KeyedPage.KeyInterpretation
Package
Description
Everything related to HQL/JPQL, native SQL, and criteria queries.
-
Uses of KeyedPage.KeyInterpretation in org.hibernate.query
Methods in org.hibernate.query that return KeyedPage.KeyInterpretationModifier and TypeMethodDescriptionKeyedPage.getKeyInterpretation()
Determines whether thekey
should be interpreted as the last result on the previous page, or as the first result on the next page.static KeyedPage.KeyInterpretation
Returns the enum constant of this class with the specified name.static KeyedPage.KeyInterpretation[]
KeyedPage.KeyInterpretation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.query with parameters of type KeyedPage.KeyInterpretationModifier and TypeMethodDescriptionKeyedPage.withKey
(List<Comparable<?>> key, KeyedPage.KeyInterpretation interpretation) Attach the given key to the specification of this page, with the given interpretation.