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