Uses of Class
org.apache.openjpa.lib.rop.AbstractResultList
-
Uses of AbstractResultList in org.apache.openjpa.lib.rop
Modifier and TypeClassDescriptionclass
Abstract base class for random-access result lists.class
Abstract base class for sequential result lists.class
Simple, non-lazy ResultList implementationclass
Lazy forward-only result list.class
A basicResultList
implementation that wraps a normal list.class
Random-access result list implementation.class
An almost statelessResultList
designed for use with result object providers backed by efficient random-access data structures, such as theListResultObjectProvider
.class
Specialization of theRandomAccessResultList
that only maintains soft references to instantiated objects.class
ResultList implementation that uses a forward-scrolling window of results.