Uses of Enum Class
org.hibernate.query.NullPrecedence
Packages that use NullPrecedence
Package
Description
Everything related to HQL/JPQL, native SQL, and criteria queries.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering a Service
.This package defines a semantic model of HQL queries.
Nodes representing
select
statements in the SQM tree.Support for common table expressions (CTE) in a SQL tree.
AST nodes representing
select
statements in a SQL tree.-
Uses of NullPrecedence in org.hibernate.metamodel.mapping.ordering.ast
Methods in org.hibernate.metamodel.mapping.ordering.ast with parameters of type NullPrecedenceModifier and TypeMethodDescriptiondefault void
OrderingExpression.apply
(QuerySpec ast, TableGroup tableGroup, String collation, String modelPartName, SortDirection sortOrder, NullPrecedence nullPrecedence, SqlAstCreationState creationState) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of NullPrecedence in org.hibernate.query
Methods in org.hibernate.query that return NullPrecedenceModifier and TypeMethodDescriptionstatic NullPrecedence
NullPrecedence.fromJpaValue
(Nulls jpaValue) Deprecated.static NullPrecedence
Deprecated.Interprets a string representation of a NullPrecedence, returningnull
by default.static NullPrecedence
NullPrecedence.parse
(String name, NullPrecedence defaultValue) Deprecated.Interprets a string representation of a NullPrecedence, returning the specified default if not recognized.static NullPrecedence
Deprecated.Returns the enum constant of this class with the specified name.static NullPrecedence[]
NullPrecedence.values()
Deprecated.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 NullPrecedenceModifier and TypeMethodDescriptionstatic NullPrecedence
NullPrecedence.parse
(String name, NullPrecedence defaultValue) Deprecated.Interprets a string representation of a NullPrecedence, returning the specified default if not recognized. -
Uses of NullPrecedence in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria with parameters of type NullPrecedenceModifier and TypeMethodDescriptiondefault JpaOrder
HibernateCriteriaBuilder.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder, NullPrecedence nullPrecedence) Deprecated.Use HibernateCriteriaBuilder.sort(JpaExpression, SortDirection, Nulls) insteaddefault JpaOrder
HibernateCriteriaBuilder.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder, NullPrecedence nullPrecedence, boolean ignoreCase) Deprecated. -
Uses of NullPrecedence in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi with parameters of type NullPrecedenceModifier and TypeMethodDescriptionHibernateCriteriaBuilderDelegate.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder, NullPrecedence nullPrecedence) Deprecated.HibernateCriteriaBuilderDelegate.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder, NullPrecedence nullPrecedence, boolean ignoreCase) Deprecated. -
Uses of NullPrecedence in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type NullPrecedenceModifier and TypeMethodDescriptiondefault SqmSortSpecification
NodeBuilder.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder, NullPrecedence nullPrecedence) Deprecated.default SqmSortSpecification
NodeBuilder.sort
(JpaExpression<?> sortExpression, SortDirection sortOrder, NullPrecedence nullPrecedence, boolean ignoreCase) Deprecated. -
Uses of NullPrecedence in org.hibernate.query.sqm.tree.select
Constructors in org.hibernate.query.sqm.tree.select with parameters of type NullPrecedenceModifierConstructorDescriptionSqmSortSpecification
(SqmExpression sortExpression, SortDirection sortOrder, NullPrecedence nullPrecedence) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of NullPrecedence in org.hibernate.sql.ast.tree.cte
Constructors in org.hibernate.sql.ast.tree.cte with parameters of type NullPrecedenceModifierConstructorDescriptionSearchClauseSpecification
(CteColumn cteColumn, SortDirection sortOrder, NullPrecedence nullPrecedence) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of NullPrecedence in org.hibernate.sql.ast.tree.select
Constructors in org.hibernate.sql.ast.tree.select with parameters of type NullPrecedenceModifierConstructorDescriptionSortSpecification
(Expression sortExpression, SortDirection sortOrder, NullPrecedence nullPrecedence) Deprecated, for removal: This API element is subject to removal in a future version.