Uses of Class
org.hibernate.dialect.TimeZoneSupport
-
Packages that use TimeZoneSupport Package Description org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of TimeZoneSupport in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return TimeZoneSupport Modifier and Type Method Description TimeZoneSupport
MetadataBuilderImpl.MetadataBuildingOptionsImpl. getTimeZoneSupport()
-
Uses of TimeZoneSupport in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TimeZoneSupport Modifier and Type Method Description TimeZoneSupport
AbstractDelegatingMetadataBuildingOptions. getTimeZoneSupport()
TimeZoneSupport
MetadataBuildingOptions. getTimeZoneSupport()
-
Uses of TimeZoneSupport in org.hibernate.dialect
Methods in org.hibernate.dialect that return TimeZoneSupport Modifier and Type Method Description TimeZoneSupport
CockroachDialect. getTimeZoneSupport()
TimeZoneSupport
DB2zDialect. getTimeZoneSupport()
TimeZoneSupport
Dialect. getTimeZoneSupport()
How the dialect supports time zone types likeTypes.TIMESTAMP_WITH_TIMEZONE
.TimeZoneSupport
DialectDelegateWrapper. getTimeZoneSupport()
TimeZoneSupport
H2Dialect. getTimeZoneSupport()
TimeZoneSupport
OracleDialect. getTimeZoneSupport()
TimeZoneSupport
PostgreSQLDialect. getTimeZoneSupport()
TimeZoneSupport
SQLServerDialect. getTimeZoneSupport()
static TimeZoneSupport
TimeZoneSupport. 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.
-