Class ListIndexJdbcTypeAnnotation

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

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

    • ListIndexJdbcTypeAnnotation

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

      public ListIndexJdbcTypeAnnotation(ListIndexJdbcType annotation, org.hibernate.models.spi.ModelsContext modelContext)
      Used in creating annotation instances from JDK variant
    • ListIndexJdbcTypeAnnotation

      public ListIndexJdbcTypeAnnotation(Map<String,Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext)
      Used in creating annotation instances from Jandex variant
  • Method Details