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.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. -
Uses of EntityBean in io.ebean.common
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.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.default Object[]ExpressionPath.getAssocIdValues(EntityBean bean) Deprecated.voidPropertyAssocMany.lazyLoadMany(EntityBean current) Add the loaded current bean to its associated parent.