Uses of Class
org.hibernate.dialect.TimeZoneSupport
-
Packages that use TimeZoneSupport Package Description org.hibernate.dialect -
-
Uses of TimeZoneSupport in org.hibernate.dialect
Methods in org.hibernate.dialect that return TimeZoneSupport Modifier and Type Method Description TimeZoneSupportCockroachDialect. getTimeZoneSupport()TimeZoneSupportDB2zDialect. getTimeZoneSupport()TimeZoneSupportDialect. getTimeZoneSupport()How the Dialect supports time zone types likeTypes.TIMESTAMP_WITH_TIMEZONE.TimeZoneSupportH2Dialect. getTimeZoneSupport()TimeZoneSupportOracleDialect. getTimeZoneSupport()TimeZoneSupportPostgreSQLDialect. getTimeZoneSupport()TimeZoneSupportSQLServerDialect. getTimeZoneSupport()static TimeZoneSupportTimeZoneSupport. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeZoneSupport[]TimeZoneSupport. values()Returns an array containing the constants of this enum type, in the order they are declared.
-