Class OnDeleteAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.OnDeleteAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class OnDeleteAnnotation
extends Object
implements OnDelete
-
Constructor Summary
ConstructorsConstructorDescriptionOnDeleteAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantOnDeleteAnnotation
(OnDelete annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantOnDeleteAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionaction()
void
action
(OnDeleteAction value) Class<? extends Annotation>
-
Constructor Details
-
OnDeleteAnnotation
public OnDeleteAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
OnDeleteAnnotation
Used in creating annotation instances from JDK variant -
OnDeleteAnnotation
public OnDeleteAnnotation(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
-
action
-
action
-