Class GeneratedAnnotation

java.lang.Object
org.hibernate.boot.models.annotations.internal.GeneratedAnnotation
All Implemented Interfaces:
Annotation

@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor") public class GeneratedAnnotation extends Object implements Generated
  • Constructor Details

    • GeneratedAnnotation

      public GeneratedAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext)
      Used in creating dynamic annotation instances (e.g. from XML)
    • GeneratedAnnotation

      public GeneratedAnnotation(Generated annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext)
      Used in creating annotation instances from JDK variant
    • GeneratedAnnotation

      public GeneratedAnnotation(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
    • event

      public EventType[] event()
    • event

      public void event(EventType[] value)
    • sql

      public String sql()
    • sql

      public void sql(String value)
    • writable

      public boolean writable()
    • writable

      public void writable(boolean value)