Uses of Class
org.hibernate.TimeZoneStorageStrategy
-
Packages that use TimeZoneStorageStrategy Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.org.hibernate.boot.internal org.hibernate.boot.model.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.type.descriptor.jdbc 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 TimeZoneStorageStrategy Modifier and Type Method Description static TimeZoneStorageStrategyTimeZoneStorageStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeZoneStorageStrategy[]TimeZoneStorageStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TimeZoneStorageStrategy in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return TimeZoneStorageStrategy Modifier and Type Method Description TimeZoneStorageStrategyMetadataBuilderImpl.MetadataBuildingOptionsImpl. getDefaultTimeZoneStorage()TimeZoneStorageStrategySessionFactoryOptionsBuilder. getDefaultTimeZoneStorageStrategy() -
Uses of TimeZoneStorageStrategy in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return TimeZoneStorageStrategy Modifier and Type Method Description TimeZoneStorageStrategyBasicValueBinder. getDefaultTimeZoneStorageStrategy() -
Uses of TimeZoneStorageStrategy in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TimeZoneStorageStrategy Modifier and Type Method Description TimeZoneStorageStrategyAbstractDelegatingMetadataBuildingOptions. getDefaultTimeZoneStorage()TimeZoneStorageStrategyMetadataBuildingOptions. getDefaultTimeZoneStorage()TimeZoneStorageStrategyAbstractDelegatingSessionFactoryOptions. getDefaultTimeZoneStorageStrategy()TimeZoneStorageStrategySessionFactoryOptions. getDefaultTimeZoneStorageStrategy() -
Uses of TimeZoneStorageStrategy in org.hibernate.internal
Methods in org.hibernate.internal that return TimeZoneStorageStrategy Modifier and Type Method Description TimeZoneStorageStrategyFastSessionServices. 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 TimeZoneStorageStrategy Modifier and Type Method Description TimeZoneStorageStrategyBasicValue. getDefaultTimeZoneStorageStrategy()static TimeZoneStorageStrategyBasicValue. timeZoneStorageStrategy(TimeZoneStorageType timeZoneStorageType, MetadataBuildingContext buildingContext) -
Uses of TimeZoneStorageStrategy in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return TimeZoneStorageStrategy Modifier and Type Method Description TimeZoneStorageStrategyMockSessionFactory. getDefaultTimeZoneStorageStrategy() -
Uses of TimeZoneStorageStrategy in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return TimeZoneStorageStrategy Modifier and Type Method Description TimeZoneStorageStrategyDelegatingJdbcTypeIndicators. getDefaultTimeZoneStorageStrategy()default TimeZoneStorageStrategyJdbcTypeIndicators. getDefaultTimeZoneStorageStrategy()The defaultTimeZoneStorageStrategy.Methods in org.hibernate.type.descriptor.jdbc with parameters of type TimeZoneStorageStrategy Modifier and Type Method Description static intDelegatingJdbcTypeIndicators. getZonedTimeSqlType(TimeZoneStorageStrategy storageStrategy)static intJdbcTypeIndicators. getZonedTimeSqlType(TimeZoneStorageStrategy storageStrategy)static intDelegatingJdbcTypeIndicators. getZonedTimestampSqlType(TimeZoneStorageStrategy storageStrategy)static intJdbcTypeIndicators. getZonedTimestampSqlType(TimeZoneStorageStrategy storageStrategy)
-