Class OverriddenSQLDeleteAllsAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.OverriddenSQLDeleteAllsAnnotation
- All Implemented Interfaces:
Annotation
,RepeatableContainer<DialectOverride.SQLDeleteAll>
public class OverriddenSQLDeleteAllsAnnotation
extends Object
implements DialectOverride.SQLDeleteAlls, RepeatableContainer<DialectOverride.SQLDeleteAll>
-
Constructor Summary
ConstructorsConstructorDescriptionOverriddenSQLDeleteAllsAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantOverriddenSQLDeleteAllsAnnotation
(DialectOverride.SQLDeleteAlls annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantOverriddenSQLDeleteAllsAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
value()
void
value
(DialectOverride.SQLDeleteAll[] value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
Constructor Details
-
OverriddenSQLDeleteAllsAnnotation
public OverriddenSQLDeleteAllsAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
OverriddenSQLDeleteAllsAnnotation
public OverriddenSQLDeleteAllsAnnotation(DialectOverride.SQLDeleteAlls annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
OverriddenSQLDeleteAllsAnnotation
public OverriddenSQLDeleteAllsAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
value
- Specified by:
value
in interfaceRepeatableContainer<DialectOverride.SQLDeleteAll>
-
value
- Specified by:
value
in interfaceRepeatableContainer<DialectOverride.SQLDeleteAll>
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-