Uses of Class
io.ebean.ValuePair
Packages that use 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
Methods in io.ebean.bean that return types with arguments of type ValuePairModifier and TypeMethodDescriptionEntityBeanIntercept.getDirtyValues()Return a map of dirty properties with their new and old values.InterceptReadOnly.getDirtyValues()InterceptReadWrite.getDirtyValues()Method parameters in io.ebean.bean with type arguments of type ValuePairModifier and TypeMethodDescriptionvoidEntityBeanIntercept.addDirtyPropertyValues(Map<String, ValuePair> dirtyValues, String prefix) Recursively add dirty properties.voidInterceptReadOnly.addDirtyPropertyValues(Map<String, ValuePair> dirtyValues, String prefix) voidInterceptReadWrite.addDirtyPropertyValues(Map<String, ValuePair> dirtyValues, String prefix) -
Uses of ValuePair in io.ebean.event
Methods in io.ebean.event that return types with arguments of type ValuePairModifier and TypeMethodDescriptionBeanPersistRequest.updatedValues()Returns a map of the properties that have changed and their new and old values.