Uses of Class
org.hibernate.query.Order
Package
Description
Defines the internal implementation of the stored procedure SPI.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
-
Uses of Order in org.hibernate.procedure.internal
-
Uses of Order in org.hibernate.query
Modifier and TypeMethodDescriptionOrder.asc
(int element) An order where the result set is sorted by the select item in the given position with smaller values first.static <T> Order<T>
Order.asc
(SingularAttribute<T, ?> attribute) An order where an entity is sorted by the given attribute, with smaller values first.static <T> Order<T>
An order where an entity of the given class is sorted by the attribute with the given name, with smaller values first.Order.by
(int element, SortDirection direction) An order where the result set is sorted by the select item in the given position, in the given direction.Order.by
(int element, SortDirection direction, boolean ignoreCase) An order where the result set is sorted by the select item in the given position in the given direction, with the specified case-sensitivity.Order.by
(int element, SortDirection direction, NullPrecedence nullPrecedence) An order where the result set is sorted by the select item in the given position in the given direction, with the specified precedence for null values.static <T> Order<T>
Order.by
(SingularAttribute<T, ?> attribute, SortDirection direction) An order where an entity is sorted by the given attribute, in the given direction.static <T> Order<T>
Order.by
(SingularAttribute<T, ?> attribute, SortDirection direction, boolean ignoreCase) An order where an entity is sorted by the given attribute, in the given direction, with the specified case-sensitivity.static <T> Order<T>
Order.by
(SingularAttribute<T, ?> attribute, SortDirection direction, NullPrecedence nullPrecedence) An order where an entity is sorted by the given attribute, in the given direction, with the specified precedence for null values.static <T> Order<T>
Order.by
(Class<T> entityClass, String attributeName, SortDirection direction) An order where an entity of the given class is sorted by the attribute with the given name, in the given direction.static <T> Order<T>
Order.by
(Class<T> entityClass, String attributeName, SortDirection direction, boolean ignoreCase) An order where an entity of the given class is sorted by the attribute with the given name, in the given direction, with the specified case-sensitivity.static <T> Order<T>
Order.by
(Class<T> entityClass, String attributeName, SortDirection direction, NullPrecedence nullPrecedence) An order where an entity of the given class is sorted by the attribute with the given name, in the given direction.Order.desc
(int element) An order where the result set is sorted by the select item in the given position with larger values first.static <T> Order<T>
Order.desc
(SingularAttribute<T, ?> attribute) An order where an entity is sorted by the given attribute, with larger values first.static <T> Order<T>
An order where an entity of the given class is sorted by the attribute with the given name, with larger values first.Order.ignoringCase()
Order.reverse()
Order.withNullsFirst()
Order.withNullsLast()
Modifier and TypeMethodDescriptionKeyedPage.getKeyDefinition()
A key definition for key-based pagination.Reverse the direction of the given ordering listModifier and TypeMethodDescription<R> KeyedPage<R>
Obtain a key-based specification of this page.If the result type of this query is an entity class, add a rule for ordering the query results.Modifier and TypeMethodDescription<R> KeyedPage<R>
Obtain a key-based specification of this page.Reverse the direction of the given ordering listIf the result type of this query is an entity class, add one or more rules for ordering the query results. -
Uses of Order in org.hibernate.query.spi
-
Uses of Order in org.hibernate.query.sql.internal
-
Uses of Order in org.hibernate.query.sqm.internal
-
Uses of Order in org.hibernate.query.sqm.spi
Modifier and TypeMethodDescription