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 TypeMethodDescriptionvoid
BeanCollection.loadFrom
(BeanCollection<?> other) Load bean from another collection.void
BeanCollectionLoader.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 class
BeanList<E>
List capable of lazy loading.final class
BeanMap<K,
E> Map capable of lazy loading.final class
BeanSet<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 TypeMethodDescriptionvoid
BeanList.loadFrom
(BeanCollection<?> other) void
BeanMap.loadFrom
(BeanCollection<?> other) void
BeanSet.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.