| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| 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 a,
Object b)
Return a map of the differences between two objects of the same type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ValuePair> |
DefaultServer.diff(Object a,
Object b) |
Map<String,ValuePair> |
DiffHelp.diff(Object a,
Object b,
BeanDescriptor<?> desc)
Return a map of the differences between a and b.
|
Copyright © 2014. All Rights Reserved.