Uses of Interface
io.ebean.bean.EntityBeanIntercept
Package
Description
Enhanced beans API and Support objects
Provides a API for plugins.
-
Uses of EntityBeanIntercept in io.ebean.bean
Modifier and TypeClassDescriptionclass
final class
This is the object added to every entity bean using byte code enhancement.Modifier 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.Modifier 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
Modifier 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).