Uses of Interface
io.ebean.bean.BeanCollectionLoader
-
Packages that use BeanCollectionLoader Package Description io.ebean.bean Enhanced beans API and Support objectsio.ebean.common Common non-public interfaces and implementation. -
-
Uses of BeanCollectionLoader in io.ebean.bean
Methods in io.ebean.bean with parameters of type BeanCollectionLoader Modifier and Type Method Description void
BeanCollection. setLoader(BeanCollectionLoader beanLoader)
Set the loader that will be used to lazy/query load this collection. -
Uses of BeanCollectionLoader in io.ebean.common
Constructors in io.ebean.common with parameters of type BeanCollectionLoader 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)
-