Uses of Interface
org.apache.openjpa.lib.conf.Configurable
-
Packages that use Configurable Package Description org.apache.openjpa.audit OpenJPA Audit Facilityorg.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.ee OpenJPA Enterprise Extensionsorg.apache.openjpa.event OpenJPA Eventsorg.apache.openjpa.event.kubernetes org.apache.openjpa.instrumentation.jmx org.apache.openjpa.jdbc.identifier org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Managementorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstractionorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.lib.identifier org.apache.openjpa.lib.instrumentation org.apache.openjpa.lib.log Loggingorg.apache.openjpa.meta OpenJPA Metadataorg.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBCorg.apache.openjpa.validation -
-
Uses of Configurable in org.apache.openjpa.audit
Subinterfaces of Configurable in org.apache.openjpa.audit Modifier and Type Interface Description interface
Auditor
An auditor is responsible for recoding the audited information.Classes in org.apache.openjpa.audit that implement Configurable Modifier and Type Class Description class
AuditLogger
A default auditor that simply prints the audited instances. -
Uses of Configurable in org.apache.openjpa.conf
Classes in org.apache.openjpa.conf that implement Configurable Modifier and Type Class Description class
CacheMarshallerImpl
DefaultCacheMarshaller
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 Modifier and Type Interface Description 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 Modifier and Type Class Description class
AbstractDataCache
AbstractDataCache
implementation that provides various statistics, logging, and timeout functionality common across cache implementations.class
AbstractQueryCache
AbstractQueryCache
implementation that provides various statistics, logging, and timeout functionality common across cache implementations.class
ConcurrentDataCache
ADataCache
implementation that is optimized for concurrent access.class
ConcurrentQueryCache
AQueryCache
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 Modifier and Type Class Description class
AutomaticManagedRuntime
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
InvocationManagedRuntime
Implementation of theManagedRuntime
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 Modifier and Type Class Description class
AbstractRemoteCommitProvider
Abstract implementation ofRemoteCommitProvider
.class
DynamicTCPRemoteCommitProvider
class
JMSRemoteCommitProvider
JMS-based implementation ofRemoteCommitProvider
that listens for object modifications and propagates those changes to other RemoteCommitProviders over a JMS topic.class
SingleJVMRemoteCommitProvider
Single-JVM-only implementation ofRemoteCommitProvider
that listens for object modifications and propagates those changes to other SingleJVMRemoteCommitProviders in the same JVM.class
TCPRemoteCommitProvider
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
Classes in org.apache.openjpa.event.kubernetes that implement Configurable Modifier and Type Class Description class
KubernetesTCPRemoteCommitProvider
-
Uses of Configurable in org.apache.openjpa.instrumentation.jmx
Classes in org.apache.openjpa.instrumentation.jmx that implement Configurable Modifier and Type Class Description 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 Modifier and Type Class Description class
DBIdentifierUtilImpl
-
Uses of Configurable in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement Configurable Modifier and Type Class Description class
AbstractJDBCSavepointManager
AbstractSavepointManager
implementation that delegates to the subclass for savepoint operations on the activeConnection
.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 theTableJDBCSeq
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 sequence to generate numbers.class
OperationOrderUpdateManager
Update manager that writes SQL in object-level operation order.class
PreparedQueryCacheImpl
An implementation of the cache ofprepared queries
.class
TableJDBCSeq
JDBCSeq
implementation that uses a database table for sequence number generation.class
ValueTableJDBCSeq
Specialization of theTableJDBCSeq
that maintains multiple sequence counts. -
Uses of Configurable in org.apache.openjpa.jdbc.meta
Classes in org.apache.openjpa.jdbc.meta that implement Configurable Modifier and Type Class Description class
MappingDefaultsImpl
Default implementation ofMappingDefaults
.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 Modifier and Type Class Description 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 theirmap
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 Modifier and Type Class Description 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 ({@link http://www.h2database.com}).class
HerdDBDictionary
Dictionary for HerdDB.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 JDataStoreclass
MariaDBDictionary
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 Modifier and Type Interface Description interface
FinderCache<K,V,R>
A cache to create and maintainfinder queries
.interface
PreparedQueryCache
A cache to create and maintainprepared queries
.Classes in org.apache.openjpa.kernel that implement Configurable Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
JULLogFactory
class
LogFactoryImpl
DefaultLogFactory
implementation. -
Uses of Configurable in org.apache.openjpa.meta
Classes in org.apache.openjpa.meta that implement Configurable Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
ValidatingLifecycleEventManager
An extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events.
-