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