Uses of Enum Class
org.hibernate.dialect.TimeZoneSupport
Packages that use TimeZoneSupport
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
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 TimeZoneSupportModifier and TypeMethodDescriptionMetadataBuilderImpl.MetadataBuildingOptionsImpl.getTimeZoneSupport()
-
Uses of TimeZoneSupport in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TimeZoneSupportModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuildingOptions.getTimeZoneSupport()
MetadataBuildingOptions.getTimeZoneSupport()
-
Uses of TimeZoneSupport in org.hibernate.dialect
Methods in org.hibernate.dialect that return TimeZoneSupportModifier and TypeMethodDescriptionCockroachDialect.getTimeZoneSupport()
DB2zDialect.getTimeZoneSupport()
Dialect.getTimeZoneSupport()
How the dialect supports time zone types likeTypes.TIMESTAMP_WITH_TIMEZONE
.DialectDelegateWrapper.getTimeZoneSupport()
H2Dialect.getTimeZoneSupport()
OracleDialect.getTimeZoneSupport()
PostgreSQLDialect.getTimeZoneSupport()
SQLServerDialect.getTimeZoneSupport()
static TimeZoneSupport
Returns the enum constant of this class with the specified name.static TimeZoneSupport[]
TimeZoneSupport.values()
Returns an array containing the constants of this enum class, in the order they are declared.