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