Uses of Interface
io.ebean.bean.BeanCollectionLoader
Package
Description
Enhanced beans API and Support objects
Common non-public interfaces and implementation.
-
Uses of BeanCollectionLoader in io.ebean.bean
Modifier 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
Modifier 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.ModifierConstructorDescriptionBeanList
(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)