@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface SQLDeleteAll
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
sql
Procedure name or DELETE STATEMENT
|
Modifier and Type | Optional Element and Description |
---|---|
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.
|
public abstract java.lang.String sql
public abstract boolean callable
public abstract ResultCheckStyle check
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.