注释类型 SQLDeleteAll
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 booleancallableIs the statement callable (aka aCallableStatement)?ResultCheckStylecheckFor persistence operation what style of determining results (success/failure) is to be used.
-
-
-
元素详细资料
-
sql
String sql
Procedure name or SQL DELETE statement.
-
-
-
callable
boolean callable
Is the statement callable (aka aCallableStatement)?- 默认值:
- false
-
-
-
check
ResultCheckStyle check
For persistence operation what style of determining results (success/failure) is to be used.- 默认值:
- org.hibernate.annotations.ResultCheckStyle.NONE
-
-