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 TimeZoneSupportMetadataBuilderImpl.MetadataBuildingOptionsImpl. getTimeZoneSupport() -
Uses of TimeZoneSupport in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TimeZoneSupport Modifier and Type Method Description TimeZoneSupportAbstractDelegatingMetadataBuildingOptions. getTimeZoneSupport()TimeZoneSupportMetadataBuildingOptions. getTimeZoneSupport() -
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.TimeZoneSupportDialectDelegateWrapper. getTimeZoneSupport()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.
-