Uses of Interface
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
Classes in io.ebean.bean that implement EntityBeanInterceptModifier and TypeClassDescriptionclass
EntityBeanIntercept optimised for read only use.final class
This is the object added to every entity bean using byte code enhancement.Methods in io.ebean.bean that return EntityBeanInterceptModifier and TypeMethodDescriptiondefault 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 EntityBeanInterceptModifier and TypeMethodDescriptionvoid
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 EntityBeanInterceptModifier and TypeMethodDescriptionvoid
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).