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

Packages that use BeanCollection
com.avaje.ebean.bean Enhanced beans API and Support objects 
com.avaje.ebean.common Common non-public interfaces and implementation. 
com.avaje.ebean.event Persist and Query Event Controllers and Listeners 
 

Uses of BeanCollection in com.avaje.ebean.bean
 

Methods in com.avaje.ebean.bean with parameters of type BeanCollection
 void BeanCollectionLoader.loadMany(BeanCollection<?> collection, boolean onlyIds)
          Invoke the lazy loading for this bean collection.
 void BeanCollectionTouched.notifyTouched(BeanCollection<?> c)
          Notify the listener that the bean collection has been used.
 

Uses of BeanCollection in com.avaje.ebean.common
 

Classes in com.avaje.ebean.common that implement BeanCollection
 class AbstractBeanCollection<E>
          Base class for List Set and Map implementations of BeanCollection.
 class BeanList<E>
          List capable of lazy loading.
 class BeanMap<K,E>
          Map capable of lazy loading.
 class BeanSet<E>
          Set capable of lazy loading.
 

Uses of BeanCollection in com.avaje.ebean.event
 

Methods in com.avaje.ebean.event that return BeanCollection
 BeanCollection<T> BeanFinder.findMany(BeanQueryRequest<T> request)
          Return a List, Set or Map for the given find request.
 



Copyright © 2010. All Rights Reserved.