Uses of Class
io.ebean.bean.EntityBeanIntercept
Packages that use EntityBeanIntercept
Package
Description
Enhanced beans API and Support objects
Provides a API for plugins.
-
Uses of EntityBeanIntercept in io.ebean.bean
Methods in io.ebean.bean that return EntityBeanInterceptModifier and TypeMethodDescriptiondefault 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 EntityBeanInterceptModifier and TypeMethodDescriptionvoidBeanLoader.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 EntityBeanInterceptModifier and TypeMethodDescriptionvoidSpiServer.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).