Uses of Enum Class
org.hibernate.dialect.NullOrdering
Packages that use NullOrdering
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Everything related to HQL/JPQL, native SQL, and criteria queries.
-
Uses of NullOrdering in org.hibernate.dialect
Methods in org.hibernate.dialect that return NullOrderingModifier and TypeMethodDescriptionAbstractTransactSQLDialect.getNullOrdering()
CockroachDialect.getNullOrdering()
Dialect.getNullOrdering()
Returns the default ordering of null.DialectDelegateWrapper.getNullOrdering()
H2Dialect.getNullOrdering()
HANADialect.getNullOrdering()
HSQLDialect.getNullOrdering()
MySQLDialect.getNullOrdering()
static NullOrdering
Returns the enum constant of this class with the specified name.static NullOrdering[]
NullOrdering.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NullOrdering in org.hibernate.query
Methods in org.hibernate.query with parameters of type NullOrderingModifier and TypeMethodDescriptionboolean
NullPrecedence.isDefaultOrdering
(SortDirection sortOrder, NullOrdering nullOrdering) Deprecated, for removal: This API element is subject to removal in a future version.No longer called -
Uses of NullOrdering in org.hibernate.query.internal
Methods in org.hibernate.query.internal with parameters of type NullOrderingModifier and TypeMethodDescriptionstatic boolean
NullPrecedenceHelper.isDefaultOrdering
(Nulls precedence, SortDirection sortOrder, NullOrdering nullOrdering) Is this null precedence the default for the given sort order and null ordering.