| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see EbeanServer and Ebean).
|
| com.avaje.ebean.bean |
Enhanced beans API and Support objects
|
| com.avaje.ebean.event |
Persist and Query Event Controllers and Listeners
|
| com.avaje.ebean.event.changelog |
Provides a built in change log mechanism and can audit changes.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ValuePair> |
Version.diff
The map of changed properties.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
EbeanServer.diff(Object newBean,
Object oldBean)
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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ValuePair> |
BeanChange.getValues()
Return the value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanChange.setValues(Map<String,ValuePair> values)
Set the value pairs (for JSON tools).
|
| Constructor and Description |
|---|
BeanChange(String table,
Object id,
ChangeType type,
Map<String,ValuePair> values)
Construct with all the details.
|
Copyright © 2016. All rights reserved.