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 TypeMethodDescriptionvoid
BeanCollection.setLoader
(BeanCollectionLoader beanLoader) Set the loader that will be used to lazy/query load this collection. -
Uses of BeanCollectionLoader in io.ebean.common
Fields in io.ebean.common declared as BeanCollectionLoaderModifier and TypeFieldDescriptionprotected BeanCollectionLoader
AbstractBeanCollection.loader
The Database this is associated with.protected BeanCollectionLoader
AbstractBeanCollection.loader
The Database this is associated with.protected BeanCollectionLoader
AbstractBeanCollection.loader
The Database this is associated with.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)