@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface JdbcUtil.Dao.NamedDelete
Modifier and Type | Optional Element and Description |
---|---|
int |
queryTimeout
Unit is seconds.
|
java.lang.String |
sql |
java.lang.String |
value
Deprecated.
using sql="SELECT ... FROM ..." for explicit call.
|