|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface UpdateMode
Specify the update mode for the specific entity type.
Control whether all 'loaded' properties are included in an Update or whether just properties that have changed will be included in the update.
Note that the default can be set via ebean.properties.
## Set to update all loaded properties ebean.updateChangesOnly=false
Optional Element Summary | |
---|---|
boolean |
updateChangesOnly
Set to false if you want to include all the 'loaded' properties in the update. |
public abstract boolean updateChangesOnly
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |