Uses of Class
org.hibernate.annotations.TimeZoneStorageType
-
Packages that use TimeZoneStorageType Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.mapping -
-
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)
-