Uses of Interface
io.ebean.bean.MutableValueInfo
-
Uses of MutableValueInfo in io.ebean.bean
Modifier 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) Modifier 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)