Uses of Interface
org.apache.openjpa.lib.rop.ResultList
-
Packages that use ResultList Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.lib.rop Result Object Provider Framework -
-
Uses of ResultList in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return ResultList Modifier and Type Method Description ResultList<?>JDBCFetchConfigurationImpl. newResultList(ResultObjectProvider rop) -
Uses of ResultList in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement ResultList Modifier and Type Class Description classDelegatingResultList<T>Delegating result list that can also perform exception translation for use in facades.classQueryImpl.RemoveOnCloseResultListResult list that removes itself from the query's open result list when it is closed.Methods in org.apache.openjpa.kernel that return ResultList Modifier and Type Method Description ResultList<T>DelegatingResultList. getDelegate()Return the direct delegate.ResultListQueryImpl.RemoveOnCloseResultList. getDelegate()ResultList<T>DelegatingResultList. getInnermostDelegate()Return the native delegate.ResultListDelegatingFetchConfiguration. 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 ResultList Modifier and Type Method Description protected QueryImpl.RemoveOnCloseResultListQueryImpl. decorateResultList(ResultList<?> res)Optionally decorate the native result.Constructors in org.apache.openjpa.kernel with parameters of type ResultList Constructor Description DelegatingResultList(ResultList<T> list)Constructor; supply delegate.DelegatingResultList(ResultList<T> list, RuntimeExceptionTranslator trans)Constructor; supply delegate and exception translator.DistinctResultList(ResultList<E> list, RuntimeExceptionTranslator trans)RemoveOnCloseResultList(ResultList res) -
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(java.util.ListIterator li, ResultList rl)
-