Uses of Interface
io.ebean.bean.MutableValueNext
Packages that use MutableValueNext
-
Uses of MutableValueNext in io.ebean.bean
Methods in io.ebean.bean that return MutableValueNextModifier and TypeMethodDescriptionCompares the given json returning null if deemed unchanged or returning the MutableValueNext to use if deemed dirty/changed.Methods in io.ebean.bean with parameters of type MutableValueNextModifier and TypeMethodDescriptionvoid
EntityBeanIntercept.mutableNext
(int propertyIndex, MutableValueNext next) Dirty detection set the next mutable property content and info .void
InterceptReadOnly.mutableNext
(int propertyIndex, MutableValueNext next) void
InterceptReadWrite.mutableNext
(int propertyIndex, MutableValueNext next)