Class MapKeyTypeAnnotation

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

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

    • MapKeyTypeAnnotation

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

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

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