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
Subclasses with type arguments of type NullOrdering in org.hibernate.dialectMethods in org.hibernate.dialect that return NullOrderingModifier and TypeMethodDescriptionAbstractTransactSQLDialect.getNullOrdering()CockroachDialect.getNullOrdering()Dialect.getNullOrdering()Returns the default ordering of null.H2Dialect.getNullOrdering()HANADialect.getNullOrdering()HSQLDialect.getNullOrdering()MySQLDialect.getNullOrdering()static NullOrderingReturns 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 TypeMethodDescriptionbooleanNullPrecedence.isDefaultOrdering(SortDirection sortOrder, NullOrdering nullOrdering) Deprecated, for removal: This API element is subject to removal in a future version.No longer called