Uses of Interface
org.apache.openjpa.lib.rop.ResultList
-
Packages that use ResultList Package Description org.apache.openjpa.lib.rop Result Object Provider Framework -
-
Uses of ResultList in org.apache.openjpa.lib.rop
Classes in org.apache.openjpa.lib.rop that implement ResultList Modifier and Type Class Description classAbstractNonSequentialResultListAbstract base class for random-access result lists.classAbstractResultList<E>Abstract base class for read-only result lists.classAbstractSequentialResultListAbstract base class for sequential result lists.classEagerResultListSimple, non-lazy ResultList implementationclassLazyForwardResultListLazy forward-only result list.classListResultListA basicResultListimplementation that wraps a normal list.classRandomAccessResultListRandom-access result list implementation.classSimpleResultListAn almost statelessResultListdesigned for use with result object providers backed by efficient random-access data structures, such as theListResultObjectProvider.classSoftRandomAccessResultListSpecialization of theRandomAccessResultListthat only maintains soft references to instantiated objects.classWindowResultListResultList implementation that uses a forward-scrolling window of results.Methods in org.apache.openjpa.lib.rop that return ResultList Modifier and Type Method Description ResultListResultListIterator. getResultList()Constructors in org.apache.openjpa.lib.rop with parameters of type ResultList Constructor Description ResultListIterator(ListIterator li, ResultList rl)
-