Class TimeZoneColumnAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.TimeZoneColumnAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class TimeZoneColumnAnnotation
extends Object
implements TimeZoneColumn
-
Constructor Summary
ConstructorsConstructorDescriptionTimeZoneColumnAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantTimeZoneColumnAnnotation
(TimeZoneColumn annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantTimeZoneColumnAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
void
columnDefinition
(String value) comment()
void
boolean
void
insertable
(boolean value) name()
void
options()
void
table()
void
boolean
void
updatable
(boolean value)
-
Constructor Details
-
TimeZoneColumnAnnotation
public TimeZoneColumnAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
TimeZoneColumnAnnotation
public TimeZoneColumnAnnotation(TimeZoneColumn annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
TimeZoneColumnAnnotation
public TimeZoneColumnAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
name
-
name
-
insertable
public boolean insertable() -
insertable
public void insertable(boolean value) -
updatable
public boolean updatable() -
updatable
public void updatable(boolean value) -
columnDefinition
-
columnDefinition
-
table
-
table
-
options
-
options
-
comment
-
comment
-