|
||||||||||
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 |
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 |
---|
Subinterfaces of Configurable in org.apache.openjpa.datacache | |
---|---|
interface |
CacheDistributionPolicy
A 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 |
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. |
class |
DefaultCacheDistributionPolicy
A default implementation that selects the cache by the type of the given managed instance. |
class |
PartitionedDataCache
A partitioned data cache maintains a set of partitions that are DataCache themselves. |
class |
TypeBasedCacheDistributionPolicy
A 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 |
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.instrumentation.jmx |
---|
Classes in org.apache.openjpa.instrumentation.jmx that implement Configurable | |
---|---|
class |
JMXProvider
A 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 |
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 |
FinderCacheImpl
Implementation of FinderCache for JDBC. |
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 |
PreparedQueryCacheImpl
An implementation of the cache of prepared queries . |
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 |
AutoDriverDataSource
Automatic Commons DBCP pooling or Simple non-pooling driver data source. |
class |
DBCPDriverDataSource
Commons DBCP basic pooling driver data source. |
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
Dictionary for H2 ( http://www.h2database.com ). |
class |
HSQLDictionary
Dictionary for HyperSQL (HSQLDB) database. |
class |
InformixDictionary
Dictionary for Informix database. |
class |
IngresDictionary
|
class |
InterbaseDictionary
Dictionary for Borland Interbase. |
class |
JDataStoreDictionary
Dictionary for Borland JDataStore |
class |
MaxDBDictionary
Database dictionary for using SAP's MaxDB. |
class |
MySQLDictionary
Dictionary for MySQL. |
class |
OracleDictionary
Dictionary for Oracle. |
class |
PointbaseDictionary
Dictionary for Pointbase Embedded. |
class |
PostgresDictionary
Dictionary for PostgreSQL. |
class |
SolidDBDictionary
Dictionary for SolidDB database. |
class |
SQLFactoryImpl
Default factory for SQL abstraction constructs. |
class |
SQLServerDictionary
Dictionary for Microsoft SQL Server. |
class |
SybaseDictionary
Dictionary 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 |
PreparedQueryCache
A cache to create and maintain prepared queries . |
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.identifier |
---|
Classes in org.apache.openjpa.lib.identifier that implement Configurable | |
---|---|
class |
IdentifierUtilImpl
Implementation 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 |
AbstractInstrumentationProvider
Specialized 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 |
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. |
Uses of Configurable in org.apache.openjpa.validation |
---|
Classes in org.apache.openjpa.validation that implement Configurable | |
---|---|
class |
ValidatingLifecycleEventManager
An extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |