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.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 TimeZoneStorageTypevalue()The storage strategy for the time zone information.static TimeZoneStorageTypeTimeZoneStorageType. 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.mapping
Methods in org.hibernate.mapping that return TimeZoneStorageType Modifier and Type Method Description TimeZoneStorageTypeBasicValue. getTimeZoneStorageType()Methods in org.hibernate.mapping with parameters of type TimeZoneStorageType Modifier and Type Method Description voidBasicValue. setTimeZoneStorageType(TimeZoneStorageType timeZoneStorageType)static TimeZoneStorageStrategyBasicValue. timeZoneStorageStrategy(TimeZoneStorageType timeZoneStorageType, MetadataBuildingContext buildingContext)
-