Class EmbeddedColumnNamingAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.EmbeddedColumnNamingAnnotation
- All Implemented Interfaces:
Annotation
-
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedColumnNamingAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantEmbeddedColumnNamingAnnotation
(EmbeddedColumnNaming annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantEmbeddedColumnNamingAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
EmbeddedColumnNamingAnnotation
public EmbeddedColumnNamingAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
EmbeddedColumnNamingAnnotation
public EmbeddedColumnNamingAnnotation(EmbeddedColumnNaming annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
EmbeddedColumnNamingAnnotation
public EmbeddedColumnNamingAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
value
-
value
-