Class AnyKeyTypeXmlAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.AnyKeyTypeXmlAnnotation
- All Implemented Interfaces:
Annotation
-
Constructor Summary
ConstructorsConstructorDescriptionAnyKeyTypeXmlAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantAnyKeyTypeXmlAnnotation(AnyKeyType annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantAnyKeyTypeXmlAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
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
-
value
-
value
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-