Uses of Interface
io.ebean.bean.BeanCollectionLoader
Packages that use BeanCollectionLoader
Package
Description
Enhanced beans API and Support objects
Common non-public interfaces and implementation.
-
Uses of BeanCollectionLoader in io.ebean.bean
Methods in io.ebean.bean with parameters of type BeanCollectionLoaderModifier and TypeMethodDescriptionvoidBeanCollection.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 BeanCollectionLoaderModifierConstructorDescriptionBeanList(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)