Uses of Interface
org.apache.openjpa.lib.rop.ResultList
Packages that use ResultList
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
Result Object Provider Framework
-
Uses of ResultList in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return ResultListModifier and TypeMethodDescriptionResultList<?>JDBCFetchConfigurationImpl.newResultList(ResultObjectProvider rop) -
Uses of ResultList in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement ResultListModifier and TypeClassDescriptionclassDelegating result list that can also perform exception translation for use in facades.classResult list that removes itself from the query's open result list when it is closed.Methods in org.apache.openjpa.kernel that return ResultListModifier and TypeMethodDescriptionDelegatingResultList.getDelegate()Return the direct delegate.QueryImpl.RemoveOnCloseResultList.getDelegate()DelegatingResultList.getInnermostDelegate()Return the native delegate.DelegatingFetchConfiguration.newResultList(ResultObjectProvider rop) ResultList<?>FetchConfiguration.newResultList(ResultObjectProvider rop) Return a new result list for the current fetch configuration.ResultList<?>FetchConfigurationImpl.newResultList(ResultObjectProvider rop) Methods in org.apache.openjpa.kernel with parameters of type ResultListModifier and TypeMethodDescriptionprotected QueryImpl.RemoveOnCloseResultListQueryImpl.decorateResultList(ResultList<?> res) Optionally decorate the native result.Constructors in org.apache.openjpa.kernel with parameters of type ResultListModifierConstructorDescriptionDelegatingResultList(ResultList<T> list) Constructor; supply delegate.DelegatingResultList(ResultList<T> list, RuntimeExceptionTranslator trans) Constructor; supply delegate and exception translator.DistinctResultList(ResultList<E> list, RuntimeExceptionTranslator trans) -
Uses of ResultList in org.apache.openjpa.lib.rop
Classes in org.apache.openjpa.lib.rop that implement ResultListModifier and TypeClassDescriptionclassAbstract base class for random-access result lists.classAbstract base class for read-only 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.Methods in org.apache.openjpa.lib.rop that return ResultListConstructors in org.apache.openjpa.lib.rop with parameters of type ResultList