Uses of Interface
org.apache.openjpa.lib.conf.Configurable
Package
Description
OpenJPA Audit Facility
OpenJPA Configuration
OpenJPA Data Cache
OpenJPA Enterprise Extensions
OpenJPA Events
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC ORM Metadata
OpenJPA-JDBC Schema Management
OpenJPA-JDBC SQL Abstraction
OpenJPA Runtime Kernel
Logging
OpenJPA Metadata
OpenJPA JPA
OpenJPA JPA-JDBC
-
Uses of Configurable in org.apache.openjpa.audit
Modifier and TypeInterfaceDescriptioninterface
An auditor is responsible for recoding the audited information.Modifier and TypeClassDescriptionclass
A default auditor that simply prints the audited instances. -
Uses of Configurable in org.apache.openjpa.conf
Modifier and TypeClassDescriptionclass
DefaultCacheMarshaller
implementation that writes data to a specified file and reads data from a specified file or URL.class
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
Modifier and TypeInterfaceDescriptioninterface
A policy determines whether a given entity should be cached and if true, in which named partition of the cache.Modifier and TypeClassDescriptionclass
AbstractDataCache
implementation that provides various statistics, logging, and timeout functionality common across cache implementations.class
AbstractQueryCache
implementation that provides various statistics, logging, and timeout functionality common across cache implementations.class
ADataCache
implementation that is optimized for concurrent access.class
AQueryCache
implementation that is optimized for concurrent access.class
A default implementation that selects the cache by the type of the given managed instance.class
A partitioned data cache maintains a set of partitions that are DataCache themselves.class
A cache distribution policy based on the type of the managed objects. -
Uses of Configurable in org.apache.openjpa.ee
Modifier and TypeClassDescriptionclass
Implementation of theManagedRuntime
interface that searches through a set of known JNDI locations and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.class
Implementation of theManagedRuntime
interface that uses a static method call to find the TransactionManager.class
ManagedRuntime
implementation that allows synchronization with a WebSphere managed transaction. -
Uses of Configurable in org.apache.openjpa.event
Modifier and TypeClassDescriptionclass
Abstract implementation ofRemoteCommitProvider
.class
class
JMS-based implementation ofRemoteCommitProvider
that listens for object modifications and propagates those changes to other RemoteCommitProviders over a JMS topic.class
Single-JVM-only implementation ofRemoteCommitProvider
that listens for object modifications and propagates those changes to other SingleJVMRemoteCommitProviders in the same JVM.class
TCP-based implementation ofRemoteCommitProvider
that listens for object modifications and propagates those changes to other RemoteCommitProviders over TCP sockets. -
Uses of Configurable in org.apache.openjpa.event.kubernetes
-
Uses of Configurable in org.apache.openjpa.instrumentation.jmx
-
Uses of Configurable in org.apache.openjpa.jdbc.identifier
-
Uses of Configurable in org.apache.openjpa.jdbc.kernel
Modifier and TypeClassDescriptionclass
AbstractSavepointManager
implementation that delegates to the subclass for savepoint operations on the activeConnection
.class
Base update manager with common functionality.class
Batch update manager that writes the SQL in object-level operation order.class
Batch update manager that writes the SQL in object-level operation order.class
Specialization of theTableJDBCSeq
that maintains a separate sequence count per-class.class
Standard update manager, capable of foreign key constraint evaluation.class
Implementation of FinderCache for JDBC.class
SavepointManager
implementation that uses JDBC 3 savepoints to store state.class
JDBCSeq
implementation that uses a database sequence to generate numbers.class
Update manager that writes SQL in object-level operation order.class
An implementation of the cache ofprepared queries
.class
JDBCSeq
implementation that uses a database table for sequence number generation.class
Specialization of theTableJDBCSeq
that maintains multiple sequence counts. -
Uses of Configurable in org.apache.openjpa.jdbc.meta
Modifier and TypeClassDescriptionclass
Default implementation ofMappingDefaults
.class
Repository of object/relational mapping information. -
Uses of Configurable in org.apache.openjpa.jdbc.schema
Modifier and TypeClassDescriptionclass
Automatic Commons DBCP pooling or Simple non-pooling driver data source.class
Commons DBCP basic pooling driver data source.class
Factory whose schema group dynamically fills itself with information as mappings validate themselves in theirmap
method.class
Factory that uses an XML schema file to construct the system schema.class
Factory that uses database metadata to construct the system schema.class
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
Modifier and TypeClassDescriptionclass
Base dictionary for the IBM DB2 family of databases.class
Dictionary for the SQL Server databases (Sybase and MS SQL Server).class
Dictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver.class
Dictionary for Intersystems Cache.class
Dictionary for IBM DB2 database.class
Class which allows the creation of SQL dynamically, in a database agnostic fashion.class
Dictionary for Apache Derby (formerly Cloudscape).class
Dictionary for Empress using ODBC server combined with their type 2 driver.class
Dictionary for Firebird.class
Dictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver.class
Dictionary for H2 ({@link http://www.h2database.com}).class
Dictionary for HerdDB.class
Dictionary for HyperSQL (HSQLDB) database.class
Dictionary for Informix database.class
class
Dictionary for Borland Interbase.class
Dictionary for Borland JDataStoreclass
class
Database dictionary for using SAP's MaxDB.class
Dictionary for MySQL.class
Dictionary for Oracle.class
Dictionary for Pointbase Embedded.class
Dictionary for PostgreSQL.class
Dictionary for SolidDB database.class
Default factory for SQL abstraction constructs.class
Dictionary for Microsoft SQL Server.class
Dictionary for Sybase. -
Uses of Configurable in org.apache.openjpa.kernel
Modifier and TypeInterfaceDescriptioninterface
FinderCache<K,
V, R> A cache to create and maintainfinder queries
.interface
A cache to create and maintainprepared queries
.Modifier and TypeClassDescriptionclass
Class which manages inverse relations before flushing to the datastore. -
Uses of Configurable in org.apache.openjpa.lib.identifier
Modifier and TypeClassDescriptionclass
Implementation class for the base identifier impl. -
Uses of Configurable in org.apache.openjpa.lib.instrumentation
Modifier and TypeClassDescriptionclass
Specialized instrumentation providers can extend this class to get basic provider state and capabilities. -
Uses of Configurable in org.apache.openjpa.lib.log
-
Uses of Configurable in org.apache.openjpa.meta
Modifier and TypeClassDescriptionclass
Repository of and factory for persistent metadata. -
Uses of Configurable in org.apache.openjpa.persistence
-
Uses of Configurable in org.apache.openjpa.persistence.jdbc
Modifier and TypeClassDescriptionclass
Supplies default mapping information in accordance with JPA spec.class
MetaDataFactory
for JPA mapping information. -
Uses of Configurable in org.apache.openjpa.validation
Modifier and TypeClassDescriptionclass
An extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events.