| Package | Description |
|---|---|
| com.avaje.ebean.event.changelog |
Provides a built in change log mechanism and can audit changes.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeType |
BeanChange.getType()
Return the change type (INSERT, UPDATE or DELETE).
|
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanChange.setType(ChangeType type)
Set the type (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.