| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configurable | |
|---|---|
| org.apache.openjpa.conf | OpenJPA Configuration | 
| org.apache.openjpa.datacache | OpenJPA Data Cache | 
| org.apache.openjpa.ee | OpenJPA Enterprise Extensions | 
| org.apache.openjpa.event | OpenJPA Events | 
| org.apache.openjpa.instrumentation.jmx | |
| org.apache.openjpa.jdbc.identifier | |
| 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.lib.identifier | |
| org.apache.openjpa.lib.instrumentation | |
| org.apache.openjpa.lib.log | Logging | 
| org.apache.openjpa.meta | OpenJPA Metadata | 
| org.apache.openjpa.persistence | OpenJPA JPA | 
| org.apache.openjpa.persistence.jdbc | OpenJPA JPA-JDBC | 
| org.apache.openjpa.validation | |
| Uses of Configurable in org.apache.openjpa.conf | 
|---|
| Classes in org.apache.openjpa.conf that implement Configurable | |
|---|---|
|  class | CacheMarshallerImplDefault CacheMarshallerimplementation that writes data
 to a specified file and reads data from a specified file or URL. | 
|  class | OpenJPAVersionAndConfigurationTypeValidationPolicyCompute validity based on whether or not the cached data is from the same version of Kodo as the current install. | 
| Uses of Configurable in org.apache.openjpa.datacache | 
|---|
| Subinterfaces of Configurable in org.apache.openjpa.datacache | |
|---|---|
|  interface | CacheDistributionPolicyA policy determines whether a given entity should be cached and if true, in which named partition of the cache. | 
| 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. | 
|  class | DefaultCacheDistributionPolicyA default implementation that selects the cache by the type of the given managed instance. | 
|  class | PartitionedDataCacheA partitioned data cache maintains a set of partitions that are DataCache themselves. | 
|  class | TypeBasedCacheDistributionPolicyA cache distribution policy based on the type of the managed objects. | 
| 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. | 
|  class | WASManagedRuntimeManagedRuntimeimplementation that allows synchronization with a
 WebSphere managed transaction. | 
| 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.instrumentation.jmx | 
|---|
| Classes in org.apache.openjpa.instrumentation.jmx that implement Configurable | |
|---|---|
|  class | JMXProviderA simple MBean JMX instrumentation provider | 
| Uses of Configurable in org.apache.openjpa.jdbc.identifier | 
|---|
| Classes in org.apache.openjpa.jdbc.identifier that implement Configurable | |
|---|---|
|  class | DBIdentifierUtilImpl | 
| 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 | BatchingConstraintUpdateManagerBatch update manager that writes the SQL in object-level operation order. | 
|  class | BatchingOperationOrderUpdateManagerBatch update manager that writes the SQL in object-level operation order. | 
|  class | ClassTableJDBCSeqSpecialization of the TableJDBCSeqthat maintains a
 separate sequence count per-class. | 
|  class | ConstraintUpdateManagerStandard update manager, capable of foreign key constraint evaluation. | 
|  class | FinderCacheImplImplementation of FinderCache for JDBC. | 
|  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 | PreparedQueryCacheImplAn implementation of the cache of prepared queries. | 
|  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 | AutoDriverDataSourceAutomatic Commons DBCP pooling or Simple non-pooling driver data source. | 
|  class | DBCPDriverDataSourceCommons DBCP basic pooling driver data source. | 
|  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 | H2DictionaryDictionary for H2 ( http://www.h2database.com). | 
|  class | HSQLDictionaryDictionary for HyperSQL (HSQLDB) database. | 
|  class | InformixDictionaryDictionary for Informix database. | 
|  class | IngresDictionary | 
|  class | InterbaseDictionaryDictionary for Borland Interbase. | 
|  class | JDataStoreDictionaryDictionary for Borland JDataStore | 
|  class | MaxDBDictionaryDatabase dictionary for using SAP's MaxDB. | 
|  class | MySQLDictionaryDictionary for MySQL. | 
|  class | OracleDictionaryDictionary for Oracle. | 
|  class | PointbaseDictionaryDictionary for Pointbase Embedded. | 
|  class | PostgresDictionaryDictionary for PostgreSQL. | 
|  class | SolidDBDictionaryDictionary for SolidDB database. | 
|  class | SQLFactoryImplDefault factory for SQL abstraction constructs. | 
|  class | SQLServerDictionaryDictionary for Microsoft SQL Server. | 
|  class | SybaseDictionaryDictionary for Sybase. | 
| Uses of Configurable in org.apache.openjpa.kernel | 
|---|
| Subinterfaces of Configurable in org.apache.openjpa.kernel | |
|---|---|
|  interface | FinderCache<K,V,R>A cache to create and maintain finder queries. | 
|  interface | PreparedQueryCacheA cache to create and maintain prepared queries. | 
| 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.lib.identifier | 
|---|
| Classes in org.apache.openjpa.lib.identifier that implement Configurable | |
|---|---|
|  class | IdentifierUtilImplImplementation class for the base identifier impl. | 
| Uses of Configurable in org.apache.openjpa.lib.instrumentation | 
|---|
| Classes in org.apache.openjpa.lib.instrumentation that implement Configurable | |
|---|---|
|  class | AbstractInstrumentationProviderSpecialized instrumentation providers can extend this class to get basic provider state and capabilities. | 
| Uses of Configurable in org.apache.openjpa.lib.log | 
|---|
| Classes in org.apache.openjpa.lib.log that implement Configurable | |
|---|---|
|  class | LogFactoryImplDefault LogFactoryimplementation. | 
| 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.validation | 
|---|
| Classes in org.apache.openjpa.validation that implement Configurable | |
|---|---|
|  class | ValidatingLifecycleEventManagerAn extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||