Uses of Interface
com.avaje.ebean.bean.BeanCollectionLoader

Packages that use BeanCollectionLoader
com.avaje.ebean.bean Enhanced beans API and Support objects 
com.avaje.ebean.common Common non-public interfaces and implementation. 
 

Uses of BeanCollectionLoader in com.avaje.ebean.bean
 

Methods in com.avaje.ebean.bean with parameters of type BeanCollectionLoader
 void BeanCollection.setLoader(int beanLoaderIndex, BeanCollectionLoader beanLoader)
          Set the loader that will be used to lazy/query load this collection.
 

Uses of BeanCollectionLoader in com.avaje.ebean.common
 

Methods in com.avaje.ebean.common with parameters of type BeanCollectionLoader
 void AbstractBeanCollection.setLoader(int beanLoaderIndex, BeanCollectionLoader loader)
           
 

Constructors in com.avaje.ebean.common with parameters of type BeanCollectionLoader
AbstractBeanCollection(BeanCollectionLoader loader, Object ownerBean, String propertyName)
          Used to create deferred fetch proxy.
BeanList(BeanCollectionLoader loader, Object ownerBean, String propertyName)
          Used to create deferred fetch proxy.
BeanMap(BeanCollectionLoader ebeanServer, Object ownerBean, String propertyName)
           
BeanSet(BeanCollectionLoader loader, Object ownerBean, String propertyName)
           
 



Copyright © 2010. All Rights Reserved.