Uses of Class
org.hibernate.annotations.TimeZoneStorageType
-
Packages that use TimeZoneStorageType Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.model.process.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of TimeZoneStorageType in org.hibernate.annotations
Methods in org.hibernate.annotations that return TimeZoneStorageType Modifier and Type Method Description TimeZoneStorageType
value()
The storage strategy for the time zone information.static TimeZoneStorageType
TimeZoneStorageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeZoneStorageType[]
TimeZoneStorageType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TimeZoneStorageType in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type TimeZoneStorageType Modifier and Type Method Description static <E> VersionResolution<E>
VersionResolution. from(Function<TypeConfiguration,Type> implicitJavaTypeAccess, TimeZoneStorageType timeZoneStorageType, MetadataBuildingContext context)
-
Uses of TimeZoneStorageType in org.hibernate.mapping
Methods in org.hibernate.mapping that return TimeZoneStorageType Modifier and Type Method Description TimeZoneStorageType
BasicValue. getTimeZoneStorageType()
Methods in org.hibernate.mapping with parameters of type TimeZoneStorageType Modifier and Type Method Description void
BasicValue. setTimeZoneStorageType(TimeZoneStorageType timeZoneStorageType)
static TimeZoneStorageStrategy
BasicValue. timeZoneStorageStrategy(TimeZoneStorageType timeZoneStorageType, MetadataBuildingContext buildingContext)
-