Uses of Class
org.hibernate.query.sqm.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.sqm This package defines a semantic model of HQL queries. -
-
Uses of NullOrdering in org.hibernate.dialect
Methods in org.hibernate.dialect that return NullOrdering Modifier and Type Method Description NullOrderingAbstractHANADialect. getNullOrdering()NullOrderingAbstractTransactSQLDialect. getNullOrdering()NullOrderingCockroachDialect. getNullOrdering()NullOrderingDialect. getNullOrdering()Returns the default ordering of null.NullOrderingDialectDelegateWrapper. getNullOrdering()NullOrderingH2Dialect. getNullOrdering()NullOrderingHSQLDialect. getNullOrdering()NullOrderingMySQLDialect. getNullOrdering() -
Uses of NullOrdering in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return NullOrdering Modifier and Type Method Description static NullOrderingNullOrdering. 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.Methods in org.hibernate.query.sqm with parameters of type NullOrdering Modifier and Type Method Description abstract booleanNullPrecedence. isDefaultOrdering(SortOrder sortOrder, NullOrdering nullOrdering)Is this null precedence the default for the given sort order and null ordering.
-