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.beanMethods 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 TypeMethodDescriptionvoidBeanCollectionAdd.addEntityBean(EntityBean bean) Add a loaded bean to the collection.voidBeanCollection.reset(EntityBean ownerBean, String propertyName) Reset the collection back to an empty state ready for reloading.voidEntityBeanIntercept.setEmbeddedOwner(EntityBean parentBean, int embeddedOwnerIndex) Set the embedded beans owning bean.voidInterceptReadOnly.setEmbeddedOwner(EntityBean parentBean, int embeddedOwnerIndex) voidInterceptReadWrite.setEmbeddedOwner(EntityBean parentBean, int embeddedOwnerIndex) 
- 
Uses of EntityBean in io.ebean.commonFields in io.ebean.common declared as EntityBeanModifier and TypeFieldDescriptionprotected EntityBeanAbstractBeanCollection.ownerBeanThe owning bean (used for lazy fetch).protected EntityBeanAbstractBeanCollection.ownerBeanThe owning bean (used for lazy fetch).protected EntityBeanAbstractBeanCollection.ownerBeanThe owning bean (used for lazy fetch).Methods in io.ebean.common with parameters of type EntityBeanModifier and TypeMethodDescriptionvoidBeanList.addEntityBean(EntityBean bean) voidBeanSet.addEntityBean(EntityBean bean) voidBeanList.reset(EntityBean ownerBean, String propertyName) voidBeanMap.reset(EntityBean ownerBean, String propertyName) voidBeanSet.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.pluginMethods in io.ebean.plugin with parameters of type EntityBeanModifier and TypeMethodDescriptionObject[]ExpressionPath.assocIdValues(EntityBean bean) Return the Id values for the given bean value.voidPropertyAssocMany.lazyLoadMany(EntityBean current) Add the loaded current bean to its associated parent.