Uses of Interface
io.ebean.bean.EntityBean
Package
Description
Enhanced beans API and Support objects
Common non-public interfaces and implementation.
Provides a API for plugins.
-
Uses of EntityBean in io.ebean.bean
Modifier and TypeMethodDescriptionEntityBeanIntercept.getOwner()
Return the 'owning' entity bean.InterceptReadOnly.getOwner()
InterceptReadWrite.getOwner()
BeanCollection.getOwnerBean()
Return the bean that owns this collection.Modifier and TypeMethodDescriptionvoid
BeanCollectionAdd.addEntityBean
(EntityBean bean) Add a loaded bean to the collection.void
BeanCollection.reset
(EntityBean ownerBean, String propertyName) Reset the collection back to an empty state ready for reloading.void
EntityBeanIntercept.setEmbeddedOwner
(EntityBean parentBean, int embeddedOwnerIndex) Set the embedded beans owning bean.void
InterceptReadOnly.setEmbeddedOwner
(EntityBean parentBean, int embeddedOwnerIndex) void
InterceptReadWrite.setEmbeddedOwner
(EntityBean parentBean, int embeddedOwnerIndex) -
Uses of EntityBean in io.ebean.common
Modifier and TypeFieldDescriptionprotected EntityBean
AbstractBeanCollection.ownerBean
The owning bean (used for lazy fetch).protected EntityBean
AbstractBeanCollection.ownerBean
The owning bean (used for lazy fetch).protected EntityBean
AbstractBeanCollection.ownerBean
The owning bean (used for lazy fetch).Modifier and TypeMethodDescriptionvoid
BeanList.addEntityBean
(EntityBean bean) void
BeanSet.addEntityBean
(EntityBean bean) void
BeanList.reset
(EntityBean ownerBean, String propertyName) void
BeanMap.reset
(EntityBean ownerBean, String propertyName) void
BeanSet.reset
(EntityBean ownerBean, String propertyName) ModifierConstructorDescriptionBeanList
(BeanCollectionLoader loader, EntityBean ownerBean, String propertyName) Used to create deferred fetch proxy.BeanMap
(BeanCollectionLoader ebeanServer, EntityBean ownerBean, String propertyName) BeanSet
(BeanCollectionLoader loader, EntityBean ownerBean, String propertyName) -
Uses of EntityBean in io.ebean.plugin
Modifier and TypeMethodDescriptionObject[]
ExpressionPath.assocIdValues
(EntityBean bean) Return the Id values for the given bean value.void
PropertyAssocMany.lazyLoadMany
(EntityBean current) Add the loaded current bean to its associated parent.