@Target(value=TYPE) @Retention(value=RUNTIME) public @interface UpdateMode
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
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
updateChangesOnly
Set to false if you want to include all the 'loaded' properties in the
update.
|
public abstract boolean updateChangesOnly
Copyright © 2016. All rights reserved.