Uses of Class
org.apache.openjpa.lib.rop.AbstractResultList
Packages that use AbstractResultList
-
Uses of AbstractResultList in org.apache.openjpa.lib.rop
Subclasses of AbstractResultList in org.apache.openjpa.lib.ropModifier and TypeClassDescriptionclassAbstract base class for random-access result lists.classAbstract base class for sequential result lists.classSimple, non-lazy ResultList implementationclassLazy forward-only result list.classA basicResultListimplementation that wraps a normal list.classRandom-access result list implementation.classAn almost statelessResultListdesigned for use with result object providers backed by efficient random-access data structures, such as theListResultObjectProvider.classSpecialization of theRandomAccessResultListthat only maintains soft references to instantiated objects.classResultList implementation that uses a forward-scrolling window of results.