Class IndexJpaAnnotation

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

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

    • IndexJpaAnnotation

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

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

      public IndexJpaAnnotation(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)
    • columnList

      public String columnList()
    • columnList

      public void columnList(String value)
    • unique

      public boolean unique()
    • unique

      public void unique(boolean value)
    • options

      public String options()
    • options

      public void options(String value)