Uses of Interface
io.ebean.bean.MutableValueInfo
Packages that use MutableValueInfo
-
Uses of MutableValueInfo in io.ebean.bean
Methods in io.ebean.bean that return MutableValueInfoModifier and TypeMethodDescriptionMutableValueNext.info()Return the next MutableValueInfo to use after an update.EntityBeanIntercept.mutableInfo(int propertyIndex) Return the MutableValueInfo for the given property or null.Methods in io.ebean.bean with parameters of type MutableValueInfoModifier and TypeMethodDescriptionvoidEntityBeanIntercept.mutableInfo(int propertyIndex, MutableValueInfo info) Set the MutableValueInfo for the given property.