Uses of Class
org.hibernate.TimeZoneStorageStrategy
-
Packages that use TimeZoneStorageStrategy Package Description org.hibernate org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.cfg.annotations org.hibernate.internal org.hibernate.mapping org.hibernate.type.descriptor.jdbc Defines handling of the standard JDBC-defined types. -
-
Uses of TimeZoneStorageStrategy in org.hibernate
Methods in org.hibernate that return TimeZoneStorageStrategy Modifier and Type Method Description static TimeZoneStorageStrategy
TimeZoneStorageStrategy. 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 TimeZoneStorageStrategy
MetadataBuilderImpl.MetadataBuildingOptionsImpl. getDefaultTimeZoneStorage()
TimeZoneStorageStrategy
SessionFactoryOptionsBuilder. getDefaultTimeZoneStorageStrategy()
-
Uses of TimeZoneStorageStrategy in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return TimeZoneStorageStrategy Modifier and Type Method Description TimeZoneStorageStrategy
AbstractDelegatingMetadataBuildingOptions. getDefaultTimeZoneStorage()
TimeZoneStorageStrategy
MetadataBuildingOptions. getDefaultTimeZoneStorage()
TimeZoneStorageStrategy
AbstractDelegatingSessionFactoryOptions. getDefaultTimeZoneStorageStrategy()
TimeZoneStorageStrategy
SessionFactoryOptions. getDefaultTimeZoneStorageStrategy()
-
Uses of TimeZoneStorageStrategy in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations that return TimeZoneStorageStrategy Modifier and Type Method Description TimeZoneStorageStrategy
BasicValueBinder. getDefaultTimeZoneStorageStrategy()
-
Uses of TimeZoneStorageStrategy in org.hibernate.internal
Methods in org.hibernate.internal that return TimeZoneStorageStrategy Modifier and Type Method Description TimeZoneStorageStrategy
FastSessionServices. getDefaultTimeZoneStorageStrategy()
-
Uses of TimeZoneStorageStrategy in org.hibernate.mapping
Methods in org.hibernate.mapping that return TimeZoneStorageStrategy Modifier and Type Method Description TimeZoneStorageStrategy
BasicValue. 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 default TimeZoneStorageStrategy
JdbcTypeIndicators. getDefaultTimeZoneStorageStrategy()
-