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 TypeMethodDescriptionvoidEntityBeanIntercept.mutableNext(int propertyIndex, MutableValueNext next) Dirty detection set the next mutable property content and info .voidInterceptReadOnly.mutableNext(int propertyIndex, MutableValueNext next) voidInterceptReadWrite.mutableNext(int propertyIndex, MutableValueNext next)