Class AnyKeyTypeXmlAnnotation

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

public class AnyKeyTypeXmlAnnotation extends Object implements AnyKeyType
  • Constructor Details

    • AnyKeyTypeXmlAnnotation

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

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

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