@Target(value=TYPE) @Retention(value=RUNTIME) public @interface NamedUpdate
The update can either be a sql insert,update or delete statement with tables and columns etc or the equivalent statement but with table names and columns expressed as bean types and bean properties.
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
The name of the update.
|
String |
update
The insert, update or delete statement.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
notifyCache
Set this to false if you do not want the cache to be notified.
|
public abstract String name
public abstract String update
public abstract boolean notifyCache
Copyright © 2014. All Rights Reserved.