Class PreUpdateJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.PreUpdateJpaAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class PreUpdateJpaAnnotation
extends Object
implements PreUpdate
-
Constructor Summary
ConstructorsConstructorDescriptionPreUpdateJpaAnnotation
(PreUpdate annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantPreUpdateJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantPreUpdateJpaAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
PreUpdateJpaAnnotation
public PreUpdateJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
PreUpdateJpaAnnotation
public PreUpdateJpaAnnotation(PreUpdate annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
PreUpdateJpaAnnotation
public PreUpdateJpaAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-