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