| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Closeable | |
|---|---|
| org.apache.openjpa.abstractstore | OpenJPA Abstract StoreManager Implementation | 
| org.apache.openjpa.conf | OpenJPA Configuration | 
| org.apache.openjpa.datacache | OpenJPA Data Cache | 
| org.apache.openjpa.event | OpenJPA Events | 
| org.apache.openjpa.jdbc.conf | OpenJPA-JDBC Configuration | 
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel | 
| org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata | 
| org.apache.openjpa.jdbc.sql | OpenJPA-JDBC SQL Abstraction | 
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel | 
| 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 | 
| org.apache.openjpa.meta | OpenJPA Metadata | 
| org.apache.openjpa.persistence | OpenJPA JPA | 
| org.apache.openjpa.slice | Extended OpenJPA Interfaces for distributed databases. | 
| org.apache.openjpa.slice.jdbc | Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. | 
| org.apache.openjpa.xmlstore | XML Store | 
| Uses of Closeable in org.apache.openjpa.abstractstore | 
|---|
| Classes in org.apache.openjpa.abstractstore that implement Closeable | |
|---|---|
|  class | AbstractStoreBrokerFactoryBrokerFactoryimplementation for use with theAbstractStoreManager. | 
|  class | AbstractStoreManagerAbstract store manager implementation to ease development of custom OpenJPA back-ends. | 
| Uses of Closeable in org.apache.openjpa.conf | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.conf | |
|---|---|
|  interface | OpenJPAConfigurationDefines the properties necessary to configure runtime properties and connect to a data source. | 
| Classes in org.apache.openjpa.conf that implement Closeable | |
|---|---|
|  class | OpenJPAConfigurationImplImplementation of the OpenJPAConfigurationinterface. | 
| Uses of Closeable in org.apache.openjpa.datacache | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.datacache | |
|---|---|
|  interface | DataCacheInterface that must be implemented by any level 2 cache used by OpenJPA. | 
|  interface | QueryCacheInterface that must be implemented by any level 2 query cache used by OpenJPA. | 
| Classes in org.apache.openjpa.datacache that implement Closeable | |
|---|---|
|  class | AbstractDataCacheAbstract DataCacheimplementation that provides various
 statistics, logging, and timeout functionality common across cache
 implementations. | 
|  class | AbstractQueryCacheAbstract QueryCacheimplementation that provides various
 statistics, logging, and timeout functionality common across cache
 implementations. | 
|  class | ConcurrentDataCacheA DataCacheimplementation that is optimized for concurrent
 access. | 
|  class | ConcurrentQueryCacheA QueryCacheimplementation that is optimized for concurrent
 access. | 
|  class | DataCacheManagerImplDefault data cache manager. | 
|  class | DataCacheStoreManagerStoreManager proxy that delegates to a data cache when possible. | 
|  class | DelegatingDataCacheDelegating data cache that can also perform exception translation for use in facades. | 
|  class | DelegatingQueryCacheDelegating query cache that can also perform exception translation for use in facades. | 
| Uses of Closeable in org.apache.openjpa.event | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.event | |
|---|---|
|  interface | RemoteCommitListenerAn entity that wishes to be notified when Brokers associated with remote BrokerFactories commit. | 
|  interface | RemoteCommitProviderAn entity that is responsible for communicating commit notification to other RemoteCommitEventManagers. | 
| Classes in org.apache.openjpa.event that implement Closeable | |
|---|---|
|  class | AbstractRemoteCommitProviderAbstract implementation of RemoteCommitProvider. | 
|  class | JMSRemoteCommitProviderJMS-based implementation of RemoteCommitProviderthat
 listens for object modifications and propagates those changes to
 other RemoteCommitProviders over a JMS topic. | 
|  class | RemoteCommitEventManagerManager that can be used to track and notify RemoteCommitListeners on remote commit events. | 
|  class | SingleJVMRemoteCommitProviderSingle-JVM-only implementation of RemoteCommitProviderthat listens for object modifications and propagates those changes
 to other SingleJVMRemoteCommitProviders in the same JVM. | 
|  class | TCPRemoteCommitProviderTCP-based implementation of RemoteCommitProviderthat
 listens for object modifications and propagates those changes to
 other RemoteCommitProviders over TCP sockets. | 
| Uses of Closeable in org.apache.openjpa.jdbc.conf | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.jdbc.conf | |
|---|---|
|  interface | JDBCConfigurationConfiguration that defines the properties necessary to configure runtime and connect to a JDBC DataSource. | 
| Classes in org.apache.openjpa.jdbc.conf that implement Closeable | |
|---|---|
|  class | JDBCConfigurationImplDefault implementation of the JDBCConfigurationinterface. | 
| Uses of Closeable in org.apache.openjpa.jdbc.kernel | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.jdbc.kernel | |
|---|---|
|  interface | JDBCLockManagerExtension of the LockManagerinterface with methods for
 datastore locking during the select and load process. | 
|  interface | JDBCSeqSpecialization of the the Seqinterface to provide information
 on the schema needed by this sequence. | 
| Classes in org.apache.openjpa.jdbc.kernel that implement Closeable | |
|---|---|
|  class | AbstractJDBCSeqAbstract sequence implementation. | 
|  class | ClassTableJDBCSeqSpecialization of the TableJDBCSeqthat maintains a
 separate sequence count per-class. | 
|  class | GenericResultObjectProviderObject provider implementation wrapped around a generic Result. | 
|  class | InstanceResultObjectProviderObject provider implementation wrapped around a Select. | 
|  class | JDBCBrokerFactoryBrokerFactory type for use with the JDBC runtime. | 
|  class | JDBCStoreManagerStoreManager plugin that uses JDBC to store persistent data in a relational data store. | 
| protected  class | JDBCStoreManager.RefCountConnectionConnection wrapper that keeps an internal ref count so that it knows when to really close. | 
|  class | NativeJDBCSeqJDBCSeqimplementation that uses a database sequences
 to generate numbers. | 
|  class | PagingResultObjectProviderObject provider implementation that fetches one page of results at a a time as it scrolls. | 
|  class | PessimisticLockManagerLock manager that uses exclusive database locks. | 
|  class | SelectResultObjectProviderAbstract provider implementation wrapped around a Select. | 
|  class | TableJDBCSeqJDBCSeqimplementation that uses a database table
 for sequence number generation. | 
|  class | ValueTableJDBCSeqSpecialization of the TableJDBCSeqthat maintains multiple
 sequence counts. | 
| Uses of Closeable in org.apache.openjpa.jdbc.meta | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.jdbc.meta | |
|---|---|
|  interface | ReverseCustomizerPlugin in interface to customize the output of the ReverseMappingTool. | 
| Classes in org.apache.openjpa.jdbc.meta that implement Closeable | |
|---|---|
|  class | MappingRepositoryRepository of object/relational mapping information. | 
|  class | PropertiesReverseCustomizerSimple ReverseCustomizerthat uses a properties file to
 to allow customization of basic class and field properties. | 
|  class | SequenceMappingSpecialization of sequence metadata for ORM. | 
| Uses of Closeable in org.apache.openjpa.jdbc.sql | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.jdbc.sql | |
|---|---|
|  interface | ResultA result from the execution of a query or stored procedure. | 
| Classes in org.apache.openjpa.jdbc.sql that implement Closeable | |
|---|---|
|  class | AbstractResultA Resultimplementation designed to be subclassed easily by
 implementations. | 
|  class | MergedResultResult that merges multiple result delegates. | 
|  class | ResultSetResultBase Resultimplementation wrapped around a result set. | 
| static class | SelectImpl.SelectResultA Resultimplementation wrapped around this select. | 
| Uses of Closeable in org.apache.openjpa.kernel | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.kernel | |
|---|---|
|  interface | BrokerThe broker is the primary interface into the OpenJPA runtime. | 
|  interface | BrokerFactoryFactory for Brokerinstances. | 
|  interface | LockManagerHandles obtaining and releasing locks on objects. | 
|  interface | PCResultObjectProviderVariant of ResultObjectProviderthat populates aOpenJPAStateManagerobject in an application-defined manner. | 
|  interface | SeqInternal OpenJPA sequence interface. | 
|  interface | StoreManagerInterface to be implemented by data store mechanisms to interact with this runtime. | 
| Classes in org.apache.openjpa.kernel that implement Closeable | |
|---|---|
|  class | AbstractBrokerFactoryAbstract implementation of the BrokerFactorythat must be subclassed for a specific runtime. | 
|  class | AbstractLockManagerAbstract LockManagerimplementation. | 
|  class | AbstractPCResultObjectProviderAbstract implementation of PCResultObjectProviderthat implementsResultObjectProvider.getResultObject()by assembling the necessary information about the object to be loaded. | 
|  class | BrokerImplConcrete Broker. | 
|  class | DelegatingBrokerDelegating broker that can also perform exception translation for use in facades. | 
|  class | DelegatingBrokerFactoryDelegating broker factory that can also perform exception translation for use in facades. | 
|  class | DelegatingResultListDelegating result list that can also perform exception translation for use in facades. | 
|  class | DelegatingSeqDelegating sequence that can also perform exception translation for use in facades. | 
|  class | DelegatingStoreManagerBase class for store manager decorators that delegate to another store manager for some operations. | 
|  class | FinalizingBrokerImplSubtype of BrokerImplthat automatically closes itself during
 finalization. | 
|  class | NoneLockManagerA lock manager that does not perform any locking. | 
|  class | OrderingMergedResultObjectProviderMerged result object provider specialization that extracts ordering values from results for comparison. | 
|  class | QueryImpl.RemoveOnCloseResultListResult list that removes itself from the query's open result list when it is closed. | 
|  class | TimeSeededSeqA simplistic implementation of a Seqused
 to provide datastore ids. | 
|  class | UUIDHexSeqSequence for generating 32-character hex UUID strings. | 
|  class | UUIDStringSeqSequence for generating 16-character UUID strings. | 
|  class | UUIDType4HexSeqSequence for generating 32-character hex Type 4 UUID strings. | 
|  class | UUIDType4StringSeqSequence for generating 16-character UUID strings. | 
|  class | VersionLockManagerLockManagerimplementation that provides support
 for version checking and version updating when locks are acquired. | 
| 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. | 
| Uses of Closeable in org.apache.openjpa.meta | 
|---|
| Classes in org.apache.openjpa.meta that implement Closeable | |
|---|---|
|  class | MetaDataRepositoryRepository of and factory for persistent metadata. | 
|  class | SequenceMetaDataMetadata about a named sequence. | 
| Uses of Closeable in org.apache.openjpa.persistence | 
|---|
| Classes in org.apache.openjpa.persistence that implement Closeable | |
|---|---|
|  class | EntityManagerFactoryImplImplementation of EntityManagerFactorythat acts as a
 facade to aBrokerFactory. | 
|  class | EntityManagerImplImplementation of EntityManagerinterface. | 
| Uses of Closeable in org.apache.openjpa.slice | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.slice | |
|---|---|
|  interface | DistributedConfigurationA configuration for multiple data stores, each referred as slice. | 
| Classes in org.apache.openjpa.slice that implement Closeable | |
|---|---|
|  class | DistributedBrokerImplA specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade. | 
| Uses of Closeable in org.apache.openjpa.slice.jdbc | 
|---|
| Subinterfaces of Closeable in org.apache.openjpa.slice.jdbc | |
|---|---|
|  interface | DistributedJDBCConfigurationA distributed configuration that is a ordered collection of JDBCConfigurations. | 
| Classes in org.apache.openjpa.slice.jdbc that implement Closeable | |
|---|---|
|  class | DistributedJDBCBrokerFactoryA factory for distributed JDBC datastores. | 
|  class | DistributedJDBCConfigurationImplImplements a distributed configuration of JDBCStoreManagers. | 
|  class | SliceStoreManagerA specialized JDBCStoreManager for a slice. | 
|  class | UniqueResultObjectProviderAggregates individual single query results from different databases. | 
| Uses of Closeable in org.apache.openjpa.xmlstore | 
|---|
| Classes in org.apache.openjpa.xmlstore that implement Closeable | |
|---|---|
|  class | XMLConfigurationConfiguration implementation for the XML file store. | 
|  class | XMLStoreManagerStore manager to a back-end consisting of XML files. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||