Package | Description |
---|---|
io.ebean | |
io.ebean.bean |
Enhanced beans API and Support objects
|
io.ebean.event |
Persist and Query Event Controllers and Listeners
|
Modifier and Type | Method and Description |
---|---|
static Map<String,ValuePair> |
DB.diff(Object a,
Object b)
Return a map of the differences between two objects of the same type.
|
Map<String,ValuePair> |
Database.diff(Object newBean,
Object oldBean)
Return a map of the differences between two objects of the same type.
|
static Map<String,ValuePair> |
Ebean.diff(Object a,
Object b)
Return a map of the differences between two objects of the same type.
|
Map<String,ValuePair> |
Version.getDiff()
Return the map of differences from this bean to the prior version.
|
Map<String,ValuePair> |
BeanState.getDirtyValues()
Return a map of the updated properties and their new and old values.
|
Modifier and Type | Method and Description |
---|---|
void |
Version.setDiff(Map<String,ValuePair> diff)
Set the map of differences from this bean to the prior version.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ValuePair> |
EntityBeanIntercept.getDirtyValues()
Return a map of dirty properties with their new and old values.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityBeanIntercept.addDirtyPropertyValues(Map<String,ValuePair> dirtyValues,
String prefix)
Recursively add dirty properties.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ValuePair> |
BeanPersistRequest.getUpdatedValues()
Returns a map of the properties that have changed and their new and old values.
|
Copyright © 2019. All rights reserved.