Class SQLDeleteAllAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.SQLDeleteAllAnnotation
- All Implemented Interfaces:
Annotation
,CustomSqlDetails
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class SQLDeleteAllAnnotation
extends Object
implements SQLDeleteAll, CustomSqlDetails
-
Constructor Summary
ConstructorsConstructorDescriptionSQLDeleteAllAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantSQLDeleteAllAnnotation
(SQLDeleteAll annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantSQLDeleteAllAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
boolean
callable()
void
callable
(boolean value) check()
void
check
(ResultCheckStyle value) sql()
void
table()
void
Class<? extends Expectation>
verify()
void
verify
(Class<? extends Expectation> 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
-
SQLDeleteAllAnnotation
public SQLDeleteAllAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
SQLDeleteAllAnnotation
public SQLDeleteAllAnnotation(SQLDeleteAll annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
SQLDeleteAllAnnotation
public SQLDeleteAllAnnotation(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
-
sql
- Specified by:
sql
in interfaceCustomSqlDetails
-
sql
- Specified by:
sql
in interfaceCustomSqlDetails
-
callable
public boolean callable()- Specified by:
callable
in interfaceCustomSqlDetails
-
callable
public void callable(boolean value) - Specified by:
callable
in interfaceCustomSqlDetails
-
verify
-
verify
-
check
- Specified by:
check
in interfaceCustomSqlDetails
-
check
- Specified by:
check
in interfaceCustomSqlDetails
-
table
- Specified by:
table
in interfaceCustomSqlDetails
-
table
- Specified by:
table
in interfaceCustomSqlDetails
-