Uses of Enum Class
org.hibernate.annotations.TimeZoneStorageType
Packages that use 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
Subclasses with type arguments of type TimeZoneStorageType in org.hibernate.annotationsModifier and TypeClassDescriptionenumDescribes the storage of timezone information for zoned datetime types, in particular, for the typesOffsetDateTimeandZonedDateTime.Methods in org.hibernate.annotations that return TimeZoneStorageTypeModifier and TypeMethodDescriptionstatic TimeZoneStorageTypeReturns 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.mapping
Methods in org.hibernate.mapping that return TimeZoneStorageTypeMethods in org.hibernate.mapping with parameters of type TimeZoneStorageTypeModifier and TypeMethodDescriptionvoidBasicValue.setTimeZoneStorageType(TimeZoneStorageType timeZoneStorageType) static TimeZoneStorageStrategyBasicValue.timeZoneStorageStrategy(TimeZoneStorageType timeZoneStorageType, MetadataBuildingContext buildingContext)