Uses of Interface
io.ebean.bean.EntityBean
-
Packages that use EntityBean Package Description io.ebean.bean Enhanced beans API and Support objectsio.ebean.common Common non-public interfaces and implementation.io.ebean.plugin Provides a API for plugins. -
-
Uses of EntityBean in io.ebean.bean
Methods in io.ebean.bean that return EntityBean Modifier and Type Method Description EntityBean
EntityBeanIntercept. getOwner()
Return the 'owning' entity bean.EntityBean
BeanCollection. getOwnerBean()
Return the bean that owns this collection.Methods in io.ebean.bean with parameters of type EntityBean Modifier and Type Method Description void
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. -
Uses of EntityBean in io.ebean.common
Methods in io.ebean.common with parameters of type EntityBean Modifier and Type Method Description void
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 EntityBean Constructor Description BeanList(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 EntityBean Modifier and Type Method Description Object[]
ExpressionPath. getAssocIdValues(EntityBean bean)
Return the Id values for the given bean value.void
LoadErrorHandler. handleLoadError(EntityBean bean, Property prop, String fullName, Exception e)
void
PropertyAssocMany. lazyLoadMany(EntityBean current)
Add the loaded current bean to its associated parent.
-