| 
||||||||||
| 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.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.log | Logging | 
| org.apache.openjpa.meta | OpenJPA Metadata | 
| org.apache.openjpa.persistence | OpenJPA JPA | 
| org.apache.openjpa.persistence.jdbc | OpenJPA JPA-JDBC | 
| Uses of Configurable in org.apache.openjpa.conf | 
|---|
| Classes in org.apache.openjpa.conf that implement Configurable | |
|---|---|
 class | 
CacheMarshallerImpl
Default CacheMarshaller implementation that writes data
 to a specified file and reads data from a specified file or URL. | 
 class | 
OpenJPAVersionAndConfigurationTypeValidationPolicy
Compute 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 | 
|---|
| Classes in org.apache.openjpa.datacache that implement Configurable | |
|---|---|
 class | 
AbstractDataCache
Abstract DataCache implementation that provides various
 statistics, logging, and timeout functionality common across cache
 implementations. | 
 class | 
AbstractQueryCache
Abstract QueryCache implementation that provides various
 statistics, logging, and timeout functionality common across cache
 implementations. | 
 class | 
ConcurrentDataCache
A DataCache implementation that is optimized for concurrent
 access. | 
 class | 
ConcurrentQueryCache
A QueryCache implementation that is optimized for concurrent
 access. | 
| Uses of Configurable in org.apache.openjpa.ee | 
|---|
| Classes in org.apache.openjpa.ee that implement Configurable | |
|---|---|
 class | 
AutomaticManagedRuntime
Implementation of the ManagedRuntime interface that searches
 through a set of known JNDI locations and method invocations to locate the
 appropriate mechanism for obtaining a TransactionManager. | 
 class | 
InvocationManagedRuntime
Implementation of the ManagedRuntime interface that uses
 a static method call to find the TransactionManager. | 
 class | 
WASManagedRuntime
ManagedRuntime implementation 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 | 
AbstractRemoteCommitProvider
Abstract implementation of RemoteCommitProvider. | 
 class | 
JMSRemoteCommitProvider
JMS-based implementation of RemoteCommitProvider that
 listens for object modifications and propagates those changes to
 other RemoteCommitProviders over a JMS topic. | 
 class | 
SingleJVMRemoteCommitProvider
Single-JVM-only implementation of RemoteCommitProvider
 that listens for object modifications and propagates those changes
 to other SingleJVMRemoteCommitProviders in the same JVM. | 
 class | 
TCPRemoteCommitProvider
TCP-based implementation of RemoteCommitProvider that
 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 | 
AbstractJDBCSavepointManager
Abstract SavepointManager implementation that
 delegates to the subclass for savepoint operations on the active
 Connection. | 
 class | 
AbstractUpdateManager
Base update manager with common functionality.  | 
 class | 
BatchingConstraintUpdateManager
Batch update manager that writes the SQL in object-level operation order.  | 
 class | 
BatchingOperationOrderUpdateManager
Batch update manager that writes the SQL in object-level operation order.  | 
 class | 
ClassTableJDBCSeq
Specialization of the TableJDBCSeq that maintains a
 separate sequence count per-class. | 
 class | 
ConstraintUpdateManager
Standard update manager, capable of foreign key constraint evaluation.  | 
 class | 
JDBC3SavepointManager
SavepointManager implementation that uses JDBC 3 savepoints
 to store state. | 
 class | 
NativeJDBCSeq
JDBCSeq implementation that uses a database sequences
 to generate numbers. | 
 class | 
OperationOrderUpdateManager
Update manager that writes SQL in object-level operation order.  | 
 class | 
TableJDBCSeq
JDBCSeq implementation that uses a database table
 for sequence number generation. | 
 class | 
ValueTableJDBCSeq
Specialization of the TableJDBCSeq that maintains multiple
 sequence counts. | 
| Uses of Configurable in org.apache.openjpa.jdbc.meta | 
|---|
| Classes in org.apache.openjpa.jdbc.meta that implement Configurable | |
|---|---|
 class | 
MappingDefaultsImpl
Default implementation of MappingDefaults. | 
 class | 
MappingRepository
Repository 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 | 
DynamicSchemaFactory
Factory whose schema group dynamically fills itself with information as mappings validate themselves in their map method. | 
 class | 
FileSchemaFactory
Factory that uses an XML schema file to construct the system schema.  | 
 class | 
LazySchemaFactory
Factory that uses database metadata to construct the system schema.  | 
 class | 
TableSchemaFactory
Factory 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 | 
AbstractDB2Dictionary
Base dictionary for the IBM DB2 family of databases.  | 
 class | 
AbstractSQLServerDictionary
Dictionary for the SQL Server databases (Sybase and MS SQL Server).  | 
 class | 
AccessDictionary
Dictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver.  | 
 class | 
CacheDictionary
Dictionary for Intersystems Cache.  | 
 class | 
DB2Dictionary
Dictionary for IBM DB2 database.  | 
 class | 
DBDictionary
Class which allows the creation of SQL dynamically, in a database agnostic fashion.  | 
 class | 
DerbyDictionary
Dictionary for Apache Derby (formerly Cloudscape).  | 
 class | 
EmpressDictionary
Dictionary for Empress using ODBC server combined with their type 2 driver.  | 
 class | 
FirebirdDictionary
Dictionary for Firebird.  | 
 class | 
FoxProDictionary
Dictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver.  | 
 class | 
H2Dictionary
Support for the H2 database ( http://www.h2database.com). | 
 class | 
HSQLDictionary
Dictionary for Hypersonic SQL database.  | 
 class | 
InformixDictionary
Dictionary for Informix database.  | 
 class | 
InterbaseDictionary
Dictionary for Borland Interbase.  | 
 class | 
JDataStoreDictionary
Dictionary for Borland JDataStore  | 
 class | 
MySQLDictionary
Dictionary for MySQL.  | 
 class | 
OracleDictionary
Dictionary for Oracle.  | 
 class | 
PointbaseDictionary
Dictionary for Pointbase Embedded.  | 
 class | 
PostgresDictionary
Dictionary for Postgres.  | 
 class | 
SQLFactoryImpl
Default factory for SQL abstraction constructs.  | 
 class | 
SQLServerDictionary
Dictionary for MS SQLServer.  | 
 class | 
SybaseDictionary
Dictionary for Sybase.  | 
| Uses of Configurable in org.apache.openjpa.kernel | 
|---|
| Classes in org.apache.openjpa.kernel that implement Configurable | |
|---|---|
 class | 
InverseManager
Class which manages inverse relations before flushing to the datastore.  | 
| Uses of Configurable in org.apache.openjpa.lib.log | 
|---|
| Classes in org.apache.openjpa.lib.log that implement Configurable | |
|---|---|
 class | 
LogFactoryImpl
Default LogFactory implementation. | 
| Uses of Configurable in org.apache.openjpa.meta | 
|---|
| Classes in org.apache.openjpa.meta that implement Configurable | |
|---|---|
 class | 
MetaDataRepository
Repository of and factory for persistent metadata.  | 
| Uses of Configurable in org.apache.openjpa.persistence | 
|---|
| Classes in org.apache.openjpa.persistence that implement Configurable | |
|---|---|
 class | 
PersistenceMetaDataFactory
MetaDataFactory for JPA metadata. | 
| Uses of Configurable in org.apache.openjpa.persistence.jdbc | 
|---|
| Classes in org.apache.openjpa.persistence.jdbc that implement Configurable | |
|---|---|
 class | 
PersistenceMappingDefaults
Supplies default mapping information in accordance with JPA spec.  | 
 class | 
PersistenceMappingFactory
MetaDataFactory for JPA mapping information. | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||