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