Uses of Interface
io.ebean.bean.BeanCollection
Packages that use BeanCollection
Package
Description
Enhanced beans API and Support objects
Common non-public interfaces and implementation.
Persist and Query Event Controllers and Listeners
-
Uses of BeanCollection in io.ebean.bean
Methods in io.ebean.bean that return BeanCollectionModifier and TypeMethodDescriptionBeanCollection.getShallowCopy()Return a shallow copy of this collection that is modifiable.Methods in io.ebean.bean with parameters of type BeanCollectionModifier and TypeMethodDescriptionvoidBeanCollection.loadFrom(BeanCollection<?> other) Load bean from another collection.voidBeanCollectionLoader.loadMany(BeanCollection<?> collection, boolean onlyIds) Invoke the lazy loading for this bean collection. -
Uses of BeanCollection in io.ebean.common
Classes in io.ebean.common that implement BeanCollectionModifier and TypeClassDescriptionfinal classBeanList<E>List capable of lazy loading.final classBeanMap<K,E> Map capable of lazy loading.final classBeanSet<E>Set capable of lazy loading.Methods in io.ebean.common that return BeanCollectionModifier and TypeMethodDescriptionBeanList.getShallowCopy()BeanMap.getShallowCopy()BeanSet.getShallowCopy()Methods in io.ebean.common with parameters of type BeanCollectionModifier and TypeMethodDescriptionvoidBeanList.loadFrom(BeanCollection<?> other) voidBeanMap.loadFrom(BeanCollection<?> other) voidBeanSet.loadFrom(BeanCollection<?> other) -
Uses of BeanCollection in io.ebean.event
Methods in io.ebean.event that return BeanCollectionModifier and TypeMethodDescription<T> BeanCollection<T>BeanFindController.findMany(BeanQueryRequest<T> request) Return a List, Set or Map for the given find request.default <T> BeanCollection<T>BeanFindController.postProcessMany(BeanQueryRequest<T> request, BeanCollection<T> result) Allows post-processing of the find result.Methods in io.ebean.event with parameters of type BeanCollectionModifier and TypeMethodDescriptiondefault <T> BeanCollection<T>BeanFindController.postProcessMany(BeanQueryRequest<T> request, BeanCollection<T> result) Allows post-processing of the find result.