Uses of Class
io.ebean.ValuePair
| Package | Description |
|---|---|
| io.ebean | |
| io.ebean.bean |
Enhanced beans API and Support objects
|
| io.ebean.event |
Persist and Query Event Controllers and Listeners
|
-
Uses of ValuePair in io.ebean
Methods in io.ebean that return types with arguments of type ValuePair Modifier and Type Method Description 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>DB. diff(Object a, Object b)Return a map of the differences between two objects of the same type.static Map<String,ValuePair>Ebean. diff(Object a, Object b)Deprecated.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. -
Uses of ValuePair in io.ebean.bean
Methods in io.ebean.bean that return types with arguments of type ValuePair Modifier and Type Method Description Map<String,ValuePair>EntityBeanIntercept. getDirtyValues()Return a map of dirty properties with their new and old values.Method parameters in io.ebean.bean with type arguments of type ValuePair Modifier and Type Method Description voidEntityBeanIntercept. addDirtyPropertyValues(Map<String,ValuePair> dirtyValues, String prefix)Recursively add dirty properties. -
Uses of ValuePair in io.ebean.event
Methods in io.ebean.event that return types with arguments of type ValuePair Modifier and Type Method Description Map<String,ValuePair>BeanPersistRequest. getUpdatedValues()Returns a map of the properties that have changed and their new and old values.