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