Uses of Enum Class
org.hibernate.dialect.NationalizationSupport
Packages that use NationalizationSupport
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of NationalizationSupport in org.hibernate.dialect
Methods in org.hibernate.dialect that return NationalizationSupportModifier and TypeMethodDescriptionCockroachDialect.getNationalizationSupport()
Dialect.getNationalizationSupport()
Determines whether this database requires the use of explicitly nationalized character (Unicode) data types.DialectDelegateWrapper.getNationalizationSupport()
MariaDBDialect.getNationalizationSupport()
PostgreSQLDialect.getNationalizationSupport()
SybaseDialect.getNationalizationSupport()
static NationalizationSupport
Returns the enum constant of this class with the specified name.static NationalizationSupport[]
NationalizationSupport.values()
Returns an array containing the constants of this enum class, in the order they are declared.