Uses of Enum Class
org.hibernate.TimeZoneStorageStrategy
Packages that use TimeZoneStorageStrategy
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session and StatelessSession,
the most important APIs exposing persistence-related operations for
entities.A range of SPIs allowing integration with—and customization of—the process of building metadata.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.This package defines the Hibernate configuration-time mapping model.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of TimeZoneStorageStrategy in org.hibernate
Methods in org.hibernate that return TimeZoneStorageStrategyModifier and TypeMethodDescriptionstatic TimeZoneStorageStrategyReturns the enum constant of this class with the specified name.static TimeZoneStorageStrategy[]TimeZoneStorageStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TimeZoneStorageStrategy in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return TimeZoneStorageStrategyModifier and TypeMethodDescriptionMetadataBuilderImpl.MetadataBuildingOptionsImpl.getDefaultTimeZoneStorage()SessionFactoryOptionsBuilder.getDefaultTimeZoneStorageStrategy() -
Uses of TimeZoneStorageStrategy in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return TimeZoneStorageStrategy -
Uses of TimeZoneStorageStrategy in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TimeZoneStorageStrategyModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuildingOptions.getDefaultTimeZoneStorage()MetadataBuildingOptions.getDefaultTimeZoneStorage()AbstractDelegatingSessionFactoryOptions.getDefaultTimeZoneStorageStrategy()SessionFactoryOptions.getDefaultTimeZoneStorageStrategy() -
Uses of TimeZoneStorageStrategy in org.hibernate.internal
Methods in org.hibernate.internal that return TimeZoneStorageStrategyModifier and TypeMethodDescriptionFastSessionServices.getDefaultTimeZoneStorageStrategy()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of TimeZoneStorageStrategy in org.hibernate.mapping
Methods in org.hibernate.mapping that return TimeZoneStorageStrategyModifier and TypeMethodDescriptionBasicValue.getDefaultTimeZoneStorageStrategy()static TimeZoneStorageStrategyBasicValue.timeZoneStorageStrategy(TimeZoneStorageType timeZoneStorageType, MetadataBuildingContext buildingContext) -
Uses of TimeZoneStorageStrategy in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return TimeZoneStorageStrategyModifier and TypeMethodDescriptionDelegatingJdbcTypeIndicators.getDefaultTimeZoneStorageStrategy()default TimeZoneStorageStrategyJdbcTypeIndicators.getDefaultTimeZoneStorageStrategy()The defaultTimeZoneStorageStrategy.Methods in org.hibernate.type.descriptor.jdbc with parameters of type TimeZoneStorageStrategyModifier and TypeMethodDescriptionstatic intDelegatingJdbcTypeIndicators.getZonedTimeSqlType(TimeZoneStorageStrategy storageStrategy) static intJdbcTypeIndicators.getZonedTimeSqlType(TimeZoneStorageStrategy storageStrategy) static intDelegatingJdbcTypeIndicators.getZonedTimestampSqlType(TimeZoneStorageStrategy storageStrategy) static intJdbcTypeIndicators.getZonedTimestampSqlType(TimeZoneStorageStrategy storageStrategy)