Uses of Interface
org.apache.openjpa.lib.util.Closeable

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 Configuration
          Interface for generic configuration objects.
 

Classes in org.apache.openjpa.lib.conf that implement Closeable
 class ConfigurationImpl
          Default implementation of the Configuration interface.
 

Uses of Closeable in org.apache.openjpa.lib.jdbc
 

Classes in org.apache.openjpa.lib.jdbc that implement Closeable
 class DecoratingDataSource
          Delegating data source that maintains a list of ConnectionDecorators.
 class DelegatingCallableStatement
          CallableStatement that delegates to an internal statement.
 class DelegatingConnection
          Wrapper around an existing connection.
 class DelegatingDataSource
          Wrapper around an existing data source.
 class DelegatingPreparedStatement
          Wrapper around an existing statement.
 class DelegatingResultSet
          Wrapper around an existing result set.
 class DelegatingStatement
          Wrapper around an existing statement.
 

Uses of Closeable in org.apache.openjpa.lib.meta
 

Subinterfaces of Closeable in org.apache.openjpa.lib.meta
 interface MetaDataIterator
          Iterator over metadata resources.
 

Classes in org.apache.openjpa.lib.meta that implement Closeable
 class ClassMetaDataIterator
          Iterator over all metadata resources that might contain the metadata for a given class, starting with the most general.
 class ClasspathMetaDataIterator
          Iterator over directories in the classpath.
 class FileMetaDataIterator
          Iterator over a file, or over all metadata resources below a given directory.
 class MetaDataIteratorChain
          Metadata iterator that combines several iterators.
 class ResourceMetaDataIterator
          Iterator over a given metadata resource.
 class URLMetaDataIterator
          Iterator over the metadata resource represented by a URL.
 class ZipFileMetaDataIterator
          Iterator over all metadata resources in a given zip file.
 class ZipStreamMetaDataIterator
          Iterator 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 ResultList
          List interface that represents a potentially lazy ResultList instantiation.
 interface ResultObjectProvider
          Interface that allows lazy/custom instantiation of input objects.
 

Classes in org.apache.openjpa.lib.rop that implement Closeable
 class AbstractNonSequentialResultList
          Abstract base class for random-access result lists.
 class AbstractResultList
          Abstract base class for read-only result lists.
 class AbstractSequentialResultList
          Abstract base class for sequential result lists.
 class EagerResultList
          Simple, non-lazy ResultList implementation
 class LazyForwardResultList
          Lazy forward-only result list.
 class ListResultList
          A basic ResultList implementation that wraps a normal list.
 class ListResultObjectProvider
          A result object provider wrapped around a normal list.
 class MergedResultObjectProvider
          A result object provider that merges multiple result object provider delegates.
 class RandomAccessResultList
          Random-access result list implementation.
 class RangeResultObjectProvider
          Prevents a view of a given range of indices from the delegate result object provider.
 class ResultObjectProviderIterator
          Iterator wrapped around a ResultObjectProvider.
 class SimpleResultList
          An almost stateless ResultList designed for use with result object providers backed by efficient random-access data structures, such as the ListResultObjectProvider.
 class SoftRandomAccessResultList
          Specialization of the RandomAccessResultList that only maintains soft references to instantiated objects.
 class WindowResultList
          ResultList implementation that uses a forward-scrolling window of results.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.