Uses of Interface
io.ebean.bean.PreGetterCallback
-
Packages that use PreGetterCallback Package Description io.ebean.bean Enhanced beans API and Support objects -
-
Uses of PreGetterCallback in io.ebean.bean
Methods in io.ebean.bean with parameters of type PreGetterCallback Modifier and Type Method Description voidEntityBeanIntercept. registerGetterCallback(PreGetterCallback getterCallback)Register the callback to be triggered when getter is called.
-