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.
-
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()SpannerDialect.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.