Class TimeZoneStorageAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.TimeZoneStorageAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class TimeZoneStorageAnnotation
extends Object
implements TimeZoneStorage
-
Constructor Summary
ConstructorsConstructorDescriptionTimeZoneStorageAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantTimeZoneStorageAnnotation
(TimeZoneStorage annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantTimeZoneStorageAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
value()
void
value
(TimeZoneStorageType value)
-
Constructor Details
-
TimeZoneStorageAnnotation
public TimeZoneStorageAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
TimeZoneStorageAnnotation
public TimeZoneStorageAnnotation(TimeZoneStorage annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
TimeZoneStorageAnnotation
public TimeZoneStorageAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
value
-
value
-