Uses of Class
org.hibernate.query.KeyedPage.KeyInterpretation
-
Packages that use KeyedPage.KeyInterpretation Package Description org.hibernate.query 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.KeyInterpretation Modifier and Type Method Description KeyedPage.KeyInterpretation
KeyedPage. 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
KeyedPage.KeyInterpretation. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyedPage.KeyInterpretation[]
KeyedPage.KeyInterpretation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.query with parameters of type KeyedPage.KeyInterpretation Modifier and Type Method Description KeyedPage<R>
KeyedPage. withKey(List<Comparable<?>> key, KeyedPage.KeyInterpretation interpretation)
Attach the given key to the specification of this page, with the given interpretation.
-