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 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

      public Class<? extends Annotation> annotationType()
      Specified by:
      annotationType in interface Annotation
    • name

      public String name()
    • name

      public void name(String value)
    • insertable

      public boolean insertable()
    • insertable

      public void insertable(boolean value)
    • updatable

      public boolean updatable()
    • updatable

      public void updatable(boolean value)
    • columnDefinition

      public String columnDefinition()
    • columnDefinition

      public void columnDefinition(String value)
    • table

      public String table()
    • table

      public void table(String value)
    • options

      public String options()
    • options

      public void options(String value)
    • comment

      public String comment()
    • comment

      public void comment(String value)