| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Closeable | |
|---|---|
| org.apache.openjpa.lib.conf | Configuration Framework | 
| org.apache.openjpa.lib.jdbc | Database Connectivity | 
| org.apache.openjpa.lib.meta | Metadata Framework | 
| org.apache.openjpa.lib.rop | Result Object Provider Framework | 
| Uses of Closeable in org.apache.openjpa.lib.conf | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.lib.conf | |
|---|---|
|  interface | ConfigurationInterface for generic configuration objects. | 
| Classes in org.apache.openjpa.lib.conf that implement Closeable | |
|---|---|
|  class | ConfigurationImplDefault implementation of the Configurationinterface. | 
| Uses of Closeable in org.apache.openjpa.lib.jdbc | 
|---|
| Classes in org.apache.openjpa.lib.jdbc that implement Closeable | |
|---|---|
|  class | DecoratingDataSourceDelegating data source that maintains a list of ConnectionDecorators. | 
|  class | DelegatingCallableStatementCallableStatementthat delegates to an internal statement. | 
|  class | DelegatingConnectionWrapper around an existing connection. | 
|  class | DelegatingDataSourceWrapper around an existing data source. | 
|  class | DelegatingPreparedStatementWrapper around an existing statement. | 
|  class | DelegatingResultSetWrapper around an existing result set. | 
|  class | DelegatingStatementWrapper around an existing statement. | 
| Uses of Closeable in org.apache.openjpa.lib.meta | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.lib.meta | |
|---|---|
|  interface | MetaDataIteratorIterator over metadata resources. | 
| Classes in org.apache.openjpa.lib.meta that implement Closeable | |
|---|---|
|  class | ClassMetaDataIteratorIterator over all metadata resources that might contain the metadata for a given class, starting with the most general. | 
|  class | ClasspathMetaDataIteratorIterator over directories in the classpath. | 
|  class | FileMetaDataIteratorIterator over a file, or over all metadata resources below a given directory. | 
|  class | MetaDataIteratorChainMetadata iterator that combines several iterators. | 
|  class | ResourceMetaDataIteratorIterator over a given metadata resource. | 
|  class | URLMetaDataIteratorIterator over the metadata resource represented by a URL. | 
|  class | ZipFileMetaDataIteratorIterator over all metadata resources in a given zip file. | 
|  class | ZipStreamMetaDataIteratorIterator over all metadata resources in a given zip input stream. | 
| Uses of Closeable in org.apache.openjpa.lib.rop | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.lib.rop | |
|---|---|
|  interface | ResultListList interface that represents a potentially lazy ResultList instantiation. | 
|  interface | ResultObjectProviderInterface that allows lazy/custom instantiation of input objects. | 
| Classes in org.apache.openjpa.lib.rop that implement Closeable | |
|---|---|
|  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 | ListResultObjectProviderA result object provider wrapped around a normal list. | 
|  class | MergedResultObjectProviderA result object provider that merges multiple result object provider delegates. | 
|  class | RandomAccessResultListRandom-access result list implementation. | 
|  class | RangeResultObjectProviderPrevents a view of a given range of indices from the delegate result object provider. | 
|  class | ResultObjectProviderIteratorIterator wrapped around a ResultObjectProvider. | 
|  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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||