| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configurable | |
|---|---|
| org.apache.openjpa.datacache | OpenJPA Data Cache | 
| org.apache.openjpa.ee | OpenJPA Enterprise Extensions | 
| org.apache.openjpa.event | OpenJPA Events | 
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel | 
| org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata | 
| org.apache.openjpa.jdbc.schema | OpenJPA-JDBC Schema Management | 
| org.apache.openjpa.jdbc.sql | OpenJPA-JDBC SQL Abstraction | 
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel | 
| org.apache.openjpa.meta | OpenJPA Metadata | 
| org.apache.openjpa.persistence | OpenJPA JPA | 
| org.apache.openjpa.persistence.jdbc | OpenJPA JPA-JDBC | 
| org.apache.openjpa.util | OpenJPA Utilities | 
| Uses of Configurable in org.apache.openjpa.datacache | 
|---|
| Classes in org.apache.openjpa.datacache that implement Configurable | |
|---|---|
|  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. | 
| Uses of Configurable in org.apache.openjpa.ee | 
|---|
| Classes in org.apache.openjpa.ee that implement Configurable | |
|---|---|
|  class | AutomaticManagedRuntimeImplementation of the ManagedRuntimeinterface that searches
 through a set of known JNDI locations and method invocations to locate the
 appropriate mechanism for obtaining a TransactionManager. | 
|  class | InvocationManagedRuntimeImplementation of the ManagedRuntimeinterface that uses
 a static method call to find the TransactionManager. | 
| Uses of Configurable in org.apache.openjpa.event | 
|---|
| Classes in org.apache.openjpa.event that implement Configurable | |
|---|---|
|  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 | 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 Configurable in org.apache.openjpa.jdbc.kernel | 
|---|
| Classes in org.apache.openjpa.jdbc.kernel that implement Configurable | |
|---|---|
|  class | AbstractJDBCSavepointManagerAbstract SavepointManagerimplementation that
 delegates to the subclass for savepoint operations on the activeConnection. | 
|  class | AbstractUpdateManagerBase update manager with common functionality. | 
|  class | ClassTableJDBCSeqSpecialization of the TableJDBCSeqthat maintains a
 separate sequence count per-class. | 
|  class | JDBC3SavepointManagerSavepointManagerimplementation that uses JDBC 3 savepoints
 to store state. | 
|  class | NativeJDBCSeqJDBCSeqimplementation that uses a database sequences
 to generate numbers. | 
|  class | OperationOrderUpdateManagerUpdate manager that writes SQL in object-level operation order. | 
|  class | TableJDBCSeqJDBCSeqimplementation that uses a database table
 for sequence number generation. | 
|  class | ValueTableJDBCSeqSpecialization of the TableJDBCSeqthat maintains multiple
 sequence counts. | 
| Uses of Configurable in org.apache.openjpa.jdbc.meta | 
|---|
| Classes in org.apache.openjpa.jdbc.meta that implement Configurable | |
|---|---|
|  class | MappingDefaultsImplDefault implementation of MappingDefaults. | 
|  class | MappingRepositoryRepository of object/relational mapping information. | 
| Uses of Configurable in org.apache.openjpa.jdbc.schema | 
|---|
| Classes in org.apache.openjpa.jdbc.schema that implement Configurable | |
|---|---|
|  class | DynamicSchemaFactoryFactory whose schema group dynamically fills itself with information as mappings validate themselves in their mapmethod. | 
|  class | FileSchemaFactoryFactory that uses an XML schema file to construct the system schema. | 
|  class | LazySchemaFactoryFactory that uses database metadata to construct the system schema. | 
|  class | TableSchemaFactoryFactory that uses an XML schema definition stored in a database table to record the system schema. | 
| Uses of Configurable in org.apache.openjpa.jdbc.sql | 
|---|
| Classes in org.apache.openjpa.jdbc.sql that implement Configurable | |
|---|---|
|  class | AbstractDB2DictionaryBase dictionary for the IBM DB2 family of databases. | 
|  class | AbstractSQLServerDictionaryDictionary for the SQL Server databases (Sybase and MS SQL Server). | 
|  class | AccessDictionaryDictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver. | 
|  class | CacheDictionaryDictionary for Intersystems Cache. | 
|  class | DB2DictionaryDictionary for IBM DB2 database. | 
|  class | DBDictionaryClass which allows the creation of SQL dynamically, in a database agnostic fashion. | 
|  class | DerbyDictionaryDictionary for Apache Derby (formerly Cloudscape). | 
|  class | EmpressDictionaryDictionary for Empress using ODBC server combined with their type 2 driver. | 
|  class | FirebirdDictionaryDictionary for Firebird. | 
|  class | FoxProDictionaryDictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver. | 
|  class | HSQLDictionaryDictionary for Hypersonic SQL database. | 
|  class | InformixDictionaryDictionary for Informix database. | 
|  class | InterbaseDictionaryDictionary for Borland Interbase. | 
|  class | JDataStoreDictionaryDictionary for Borland JDataStore | 
|  class | MySQLDictionaryDictionary for MySQL. | 
|  class | OracleDictionaryDictionary for Oracle. | 
|  class | PointbaseDictionaryDictionary for Pointbase Embedded. | 
|  class | PostgresDictionaryDictionary for Postgres. | 
|  class | SQLFactoryImplDefault factory for SQL abstraction constructs. | 
|  class | SQLServerDictionaryDictionary for MS SQLServer. | 
|  class | SybaseDictionaryDictionary for Sybase. | 
| Uses of Configurable in org.apache.openjpa.kernel | 
|---|
| Classes in org.apache.openjpa.kernel that implement Configurable | |
|---|---|
|  class | InverseManagerClass which manages inverse relations before flushing to the datastore. | 
| Uses of Configurable in org.apache.openjpa.meta | 
|---|
| Classes in org.apache.openjpa.meta that implement Configurable | |
|---|---|
|  class | MetaDataRepositoryRepository of and factory for persistent metadata. | 
| Uses of Configurable in org.apache.openjpa.persistence | 
|---|
| Classes in org.apache.openjpa.persistence that implement Configurable | |
|---|---|
|  class | PersistenceMetaDataFactoryMetaDataFactoryfor JPA metadata. | 
| Uses of Configurable in org.apache.openjpa.persistence.jdbc | 
|---|
| Classes in org.apache.openjpa.persistence.jdbc that implement Configurable | |
|---|---|
|  class | PersistenceMappingDefaultsSupplies default mapping information in accordance with JPA spec. | 
|  class | PersistenceMappingFactoryMetaDataFactoryfor JPA mapping information. | 
| Uses of Configurable in org.apache.openjpa.util | 
|---|
| Classes in org.apache.openjpa.util that implement Configurable | |
|---|---|
|  class | ProxyManagerImplDefault implementation of the ProxyManagerinterface. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||