Uses of Class
io.ebean.bean.EntityBeanIntercept
-
Packages that use EntityBeanIntercept Package Description io.ebean.bean Enhanced beans API and Support objectsio.ebean.plugin Provides a API for plugins. -
-
Uses of EntityBeanIntercept in io.ebean.bean
Methods in io.ebean.bean that return EntityBeanIntercept Modifier and Type Method Description default EntityBeanInterceptEntityBean. _ebean_getIntercept()Return the intercept for this object.default EntityBeanInterceptEntityBean. _ebean_intercept()Similar to _ebean_getIntercept() except it checks to see if the intercept field is null and will create it if required.Methods in io.ebean.bean with parameters of type EntityBeanIntercept Modifier and Type Method Description voidBeanLoader. loadBean(EntityBeanIntercept ebi)Invoke the lazy loading for this bean.voidSingleBeanLoader.Dflt. loadBean(EntityBeanIntercept ebi)voidSingleBeanLoader.L2. loadBean(EntityBeanIntercept ebi)voidSingleBeanLoader.Ref. loadBean(EntityBeanIntercept ebi) -
Uses of EntityBeanIntercept in io.ebean.plugin
Methods in io.ebean.plugin with parameters of type EntityBeanIntercept Modifier and Type Method Description voidSpiServer. loadBean(EntityBeanIntercept ebi)Invoke lazy loading on this single bean when no BeanLoader is set.voidSpiServer. loadBeanL2(EntityBeanIntercept ebi)Invoke lazy loading on this single bean (L2 cache bean).voidSpiServer. loadBeanRef(EntityBeanIntercept ebi)Invoke lazy loading on this single bean (reference bean).
-