Uses of Interface
org.apache.openjpa.lib.rop.ResultList
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
Result Object Provider Framework
-
Uses of ResultList in org.apache.openjpa.jdbc.kernel
Modifier and TypeMethodDescriptionResultList<?>
JDBCFetchConfigurationImpl.newResultList
(ResultObjectProvider rop) -
Uses of ResultList in org.apache.openjpa.kernel
Modifier and TypeClassDescriptionclass
Delegating result list that can also perform exception translation for use in facades.class
Result list that removes itself from the query's open result list when it is closed.Modifier 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) Modifier and TypeMethodDescriptionprotected QueryImpl.RemoveOnCloseResultList
QueryImpl.decorateResultList
(ResultList<?> res) Optionally decorate the native result.ModifierConstructorDescriptionDelegatingResultList
(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
Modifier and TypeClassDescriptionclass
Abstract base class for random-access result lists.class
Abstract base class for read-only 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.