Uses of Interface
io.ebean.bean.MutableValueInfo
-
Packages that use MutableValueInfo Package Description io.ebean.bean Enhanced beans API and Support objects -
-
Uses of MutableValueInfo in io.ebean.bean
Methods in io.ebean.bean that return MutableValueInfo Modifier and Type Method Description MutableValueInfoMutableValueNext. info()Return the next MutableValueInfo to use after an update.MutableValueInfoEntityBeanIntercept. mutableInfo(int propertyIndex)Return the MutableValueInfo for the given property or null.Methods in io.ebean.bean with parameters of type MutableValueInfo Modifier and Type Method Description voidEntityBeanIntercept. mutableInfo(int propertyIndex, MutableValueInfo info)Set the MutableValueInfo for the given property.
-