Uses of Enum Class
org.hibernate.annotations.TimeZoneStorageType
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
This package defines the Hibernate configuration-time mapping model.
-
Uses of TimeZoneStorageType in org.hibernate.annotations
Modifier and TypeMethodDescriptionstatic TimeZoneStorageType
Returns the enum constant of this class with the specified name.static TimeZoneStorageType[]
TimeZoneStorageType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TimeZoneStorageType in org.hibernate.boot.model.process.internal
Modifier and TypeMethodDescriptionstatic <E> VersionResolution<E>
VersionResolution.from
(Function<TypeConfiguration, Type> implicitJavaTypeAccess, TimeZoneStorageType timeZoneStorageType, MetadataBuildingContext context) -
Uses of TimeZoneStorageType in org.hibernate.mapping
Modifier and TypeMethodDescriptionvoid
BasicValue.setTimeZoneStorageType
(TimeZoneStorageType timeZoneStorageType) static TimeZoneStorageStrategy
BasicValue.timeZoneStorageStrategy
(TimeZoneStorageType timeZoneStorageType, MetadataBuildingContext buildingContext)