Package org.hibernate.annotations
Annotation Type SQLDeleteAll
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleancallableIs the statement callable (aka aCallableStatement)?ResultCheckStylecheckDeprecated.useverify()with anExpectationclassStringtableThe name of the table affected.Class<? extends Expectation>verifyAnExpectationclass used to verify that the operation was successful.
-
-
-
Element Detail
-
sql
String sql
Procedure name or SQLDELETEstatement.
-
-
-
callable
boolean callable
Is the statement callable (aka aCallableStatement)?- Default:
- false
-
-
-
verify
Class<? extends Expectation> verify
AnExpectationclass used to verify that the operation was successful.- Default:
- org.hibernate.jdbc.Expectation.class
-
-
-
check
@Deprecated(since="6.5") ResultCheckStyle check
Deprecated.useverify()with anExpectationclassAResultCheckStyleused to verify that the operation was successful.- Default:
- org.hibernate.annotations.ResultCheckStyle.NONE
-
-
-
table
String table
The name of the table affected. Never required.- Returns:
- the name of the secondary table
- Since:
- 6.2
- Default:
- ""
-
-