Class DynamicInsertAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.DynamicInsertAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class DynamicInsertAnnotation
extends Object
implements DynamicInsert
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicInsertAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantDynamicInsertAnnotation
(DynamicInsert annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantDynamicInsertAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
DynamicInsertAnnotation
public DynamicInsertAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
DynamicInsertAnnotation
public DynamicInsertAnnotation(DynamicInsert annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
DynamicInsertAnnotation
public DynamicInsertAnnotation(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
-