|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface SQLDeleteAllSqlDelete Annotation for overwriting Hibernate default DELETE ALL method
| Required Element Summary | |
|---|---|
java.lang.String |
sql
Procedure name or DELETE STATEMENT |
| Optional Element Summary | |
|---|---|
boolean |
callable
Is the statement using stored procedure or not |
ResultCheckStyle |
check
For persistence operation what style of determining results (success/failure) is to be used. |
| Element Detail |
|---|
public abstract java.lang.String sql
public abstract boolean callable
public abstract ResultCheckStyle check
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||