| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultList | |
|---|---|
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel | 
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel | 
| org.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 | |
|---|---|
|  ResultList | JDBCFetchConfigurationImpl.newResultList(ResultObjectProvider rop) | 
| Uses of ResultList in org.apache.openjpa.kernel | 
|---|
| Classes in org.apache.openjpa.kernel that implement ResultList | |
|---|---|
|  class | DelegatingResultListDelegating result list that can also perform exception translation for use in facades. | 
|  class | QueryImpl.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 | |
|---|---|
| protected  ResultList | QueryImpl.decorateResultList(ResultList res)Optionally decorate the native result. | 
|  ResultList | DelegatingResultList.getDelegate()Return the direct delegate. | 
|  ResultList | QueryImpl.RemoveOnCloseResultList.getDelegate() | 
|  ResultList | DelegatingResultList.getInnermostDelegate()Return the native delegate. | 
|  ResultList | FetchConfigurationImpl.newResultList(ResultObjectProvider rop) | 
|  ResultList | FetchConfiguration.newResultList(ResultObjectProvider rop)Return a new result list for the current fetch configuration. | 
|  ResultList | DelegatingFetchConfiguration.newResultList(ResultObjectProvider rop) | 
| Methods in org.apache.openjpa.kernel with parameters of type ResultList | |
|---|---|
| protected  ResultList | QueryImpl.decorateResultList(ResultList res)Optionally decorate the native result. | 
| Constructors in org.apache.openjpa.kernel with parameters of type ResultList | |
|---|---|
| DelegatingResultList(ResultList list)Constructor; supply delegate. | |
| DelegatingResultList(ResultList list,
                     RuntimeExceptionTranslator trans)Constructor; supply delegate and exception translator. | |
| QueryImpl.RemoveOnCloseResultList(ResultList res) | |
| Uses of ResultList in org.apache.openjpa.lib.rop | 
|---|
| Classes in org.apache.openjpa.lib.rop that implement ResultList | |
|---|---|
|  class | AbstractNonSequentialResultListAbstract base class for random-access result lists. | 
|  class | AbstractResultListAbstract base class for read-only result lists. | 
|  class | AbstractSequentialResultListAbstract base class for sequential result lists. | 
|  class | EagerResultListSimple, non-lazy ResultList implementation | 
|  class | LazyForwardResultListLazy forward-only result list. | 
|  class | ListResultListA basic ResultListimplementation that wraps a normal list. | 
|  class | RandomAccessResultListRandom-access result list implementation. | 
|  class | SimpleResultListAn almost stateless ResultListdesigned for use with result
 object providers backed by efficient random-access data structures, such
 as theListResultObjectProvider. | 
|  class | SoftRandomAccessResultListSpecialization of the RandomAccessResultListthat only maintains
 soft references to instantiated objects. | 
|  class | WindowResultListResultList implementation that uses a forward-scrolling window of results. | 
| Methods in org.apache.openjpa.lib.rop that return ResultList | |
|---|---|
|  ResultList | ResultListIterator.getResultList() | 
| Constructors in org.apache.openjpa.lib.rop with parameters of type ResultList | |
|---|---|
| ResultListIterator(ListIterator li,
                   ResultList rl) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||