Uses of Class
org.apache.openjpa.lib.rop.AbstractResultList
-
Packages that use AbstractResultList Package Description org.apache.openjpa.lib.rop Result Object Provider Framework -
-
Uses of AbstractResultList in org.apache.openjpa.lib.rop
Subclasses of AbstractResultList in org.apache.openjpa.lib.rop Modifier and Type Class Description class
AbstractNonSequentialResultList
Abstract base class for random-access result lists.class
AbstractSequentialResultList
Abstract base class for sequential result lists.class
EagerResultList
Simple, non-lazy ResultList implementationclass
LazyForwardResultList
Lazy forward-only result list.class
ListResultList
A basicResultList
implementation that wraps a normal list.class
RandomAccessResultList
Random-access result list implementation.class
SimpleResultList
An almost statelessResultList
designed for use with result object providers backed by efficient random-access data structures, such as theListResultObjectProvider
.class
SoftRandomAccessResultList
Specialization of theRandomAccessResultList
that only maintains soft references to instantiated objects.class
WindowResultList
ResultList implementation that uses a forward-scrolling window of results.
-