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 EntityBeanIntercept
EntityBean. _ebean_getIntercept()
Return the intercept for this object.default EntityBeanIntercept
EntityBean. _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 void
BeanLoader. loadBean(EntityBeanIntercept ebi)
Invoke the lazy loading for this bean.void
SingleBeanLoader.Dflt. loadBean(EntityBeanIntercept ebi)
void
SingleBeanLoader.L2. loadBean(EntityBeanIntercept ebi)
void
SingleBeanLoader.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 void
SpiServer. loadBean(EntityBeanIntercept ebi)
Invoke lazy loading on this single bean when no BeanLoader is set.void
SpiServer. loadBeanL2(EntityBeanIntercept ebi)
Invoke lazy loading on this single bean (L2 cache bean).void
SpiServer. loadBeanRef(EntityBeanIntercept ebi)
Invoke lazy loading on this single bean (reference bean).
-