Uses of Interface
io.ebean.bean.EntityBean
Packages that use 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
Methods in io.ebean.bean that return EntityBeanModifier and TypeMethodDescriptionEntityBeanIntercept.getOwner()
Return the 'owning' entity bean.InterceptReadOnly.getOwner()
InterceptReadWrite.getOwner()
BeanCollection.getOwnerBean()
Return the bean that owns this collection.Methods in io.ebean.bean with parameters of type EntityBeanModifier 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
Fields in io.ebean.common declared as EntityBeanModifier 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).Methods in io.ebean.common with parameters of type EntityBeanModifier 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) Constructors in io.ebean.common with parameters of type EntityBeanModifierConstructorDescriptionBeanList
(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
Methods in io.ebean.plugin with parameters of type EntityBeanModifier 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.