Uses of Interface
io.ebean.bean.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
Modifier and TypeMethodDescriptionBeanCollection.getShallowCopy()
Return a shallow copy of this collection that is modifiable.Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionBeanList.getShallowCopy()
BeanMap.getShallowCopy()
BeanSet.getShallowCopy()
Modifier and TypeMethodDescriptionvoid
BeanList.loadFrom
(BeanCollection<?> other) void
BeanMap.loadFrom
(BeanCollection<?> other) void
BeanSet.loadFrom
(BeanCollection<?> other) -
Uses of BeanCollection in io.ebean.event
Modifier 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.Modifier and TypeMethodDescriptiondefault <T> BeanCollection<T>
BeanFindController.postProcessMany
(BeanQueryRequest<T> request, BeanCollection<T> result) Allows post-processing of the find result.