Uses of Class
io.ebean.ValuePair
Package
Description
Enhanced beans API and Support objects
Persist and Query Event Controllers and Listeners
-
Uses of ValuePair in io.ebean
Modifier and TypeMethodDescriptionReturn a map of the differences between two objects of the same type.Return a map of the differences between two objects of the same type.BeanState.dirtyValues()
Return a map of the updated properties and their new and old values.Version.getDiff()
Return the map of differences from this bean to the prior version. -
Uses of ValuePair in io.ebean.bean
Modifier and TypeMethodDescriptionEntityBeanIntercept.getDirtyValues()
Return a map of dirty properties with their new and old values.InterceptReadOnly.getDirtyValues()
InterceptReadWrite.getDirtyValues()
Modifier and TypeMethodDescriptionvoid
EntityBeanIntercept.addDirtyPropertyValues
(Map<String, ValuePair> dirtyValues, String prefix) Recursively add dirty properties.void
InterceptReadOnly.addDirtyPropertyValues
(Map<String, ValuePair> dirtyValues, String prefix) void
InterceptReadWrite.addDirtyPropertyValues
(Map<String, ValuePair> dirtyValues, String prefix) -
Uses of ValuePair in io.ebean.event
Modifier and TypeMethodDescriptionBeanPersistRequest.updatedValues()
Returns a map of the properties that have changed and their new and old values.