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.InterceptReadOnly.mutableInfo
(int propertyIndex) InterceptReadWrite.mutableInfo
(int propertyIndex) Methods in io.ebean.bean with parameters of type MutableValueInfoModifier and TypeMethodDescriptionvoid
EntityBeanIntercept.mutableInfo
(int propertyIndex, MutableValueInfo info) Set the MutableValueInfo for the given property.void
InterceptReadOnly.mutableInfo
(int propertyIndex, MutableValueInfo info) void
InterceptReadWrite.mutableInfo
(int propertyIndex, MutableValueInfo info)