Uses of Interface
io.ebean.bean.MutableValueNext
-
Packages that use MutableValueNext Package Description io.ebean.bean Enhanced beans API and Support objects -
-
Uses of MutableValueNext in io.ebean.bean
Methods in io.ebean.bean that return MutableValueNext Modifier and Type Method Description MutableValueNextMutableValueInfo. nextDirty(String json)Compares 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 MutableValueNext Modifier and Type Method Description voidEntityBeanIntercept. 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)
-