Annotation Interface SQLDeleteAll
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIs the statement callable (aka aCallableStatement)?The name of the table affected.Class<? extends Expectation> AnExpectationclass used to verify that the operation was successful.
-
Element Details
-
sql
String sqlProcedure name or SQLDELETEstatement. -
callable
-
verify
Class<? extends Expectation> verifyAnExpectationclass used to verify that the operation was successful.- See Also:
- Default:
org.hibernate.jdbc.Expectation.class
-
table
String tableThe name of the table affected. Never required.- Returns:
- the name of the secondary table
- Since:
- 6.2
- Default:
""
-