Uses of Interface
org.apache.openjpa.lib.conf.Configurable
Packages that use 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
Subinterfaces of Configurable in org.apache.openjpa.auditModifier and TypeInterfaceDescriptioninterfaceAn auditor is responsible for recoding the audited information.Classes in org.apache.openjpa.audit that implement ConfigurableModifier and TypeClassDescriptionclassA default auditor that simply prints the audited instances. -
Uses of Configurable in org.apache.openjpa.conf
Classes in org.apache.openjpa.conf that implement ConfigurableModifier and TypeClassDescriptionclassDefaultCacheMarshallerimplementation that writes data to a specified file and reads data from a specified file or URL.classCompute 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.datacacheModifier and TypeInterfaceDescriptioninterfaceA 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 ConfigurableModifier and TypeClassDescriptionclassAbstractDataCacheimplementation that provides various statistics, logging, and timeout functionality common across cache implementations.classAbstractQueryCacheimplementation that provides various statistics, logging, and timeout functionality common across cache implementations.classADataCacheimplementation that is optimized for concurrent access.classAQueryCacheimplementation that is optimized for concurrent access.classA default implementation that selects the cache by the type of the given managed instance.classA partitioned data cache maintains a set of partitions that are DataCache themselves.classA 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 ConfigurableModifier and TypeClassDescriptionclassImplementation of theManagedRuntimeinterface that searches through a set of known JNDI locations and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.classImplementation of theManagedRuntimeinterface that uses a static method call to find the TransactionManager.classManagedRuntimeimplementation that allows synchronization with a WebSphere managed transaction. -
Uses of Configurable in org.apache.openjpa.event
Classes in org.apache.openjpa.event that implement ConfigurableModifier and TypeClassDescriptionclassAbstract implementation ofRemoteCommitProvider.classclassJMS-based implementation ofRemoteCommitProviderthat listens for object modifications and propagates those changes to other RemoteCommitProviders over a JMS topic.classSingle-JVM-only implementation ofRemoteCommitProviderthat listens for object modifications and propagates those changes to other SingleJVMRemoteCommitProviders in the same JVM.classTCP-based implementation ofRemoteCommitProviderthat 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 -
Uses of Configurable in org.apache.openjpa.instrumentation.jmx
Classes in org.apache.openjpa.instrumentation.jmx that implement Configurable -
Uses of Configurable in org.apache.openjpa.jdbc.identifier
Classes in org.apache.openjpa.jdbc.identifier that implement Configurable -
Uses of Configurable in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement ConfigurableModifier and TypeClassDescriptionclassAbstractSavepointManagerimplementation that delegates to the subclass for savepoint operations on the activeConnection.classBase update manager with common functionality.classBatch update manager that writes the SQL in object-level operation order.classBatch update manager that writes the SQL in object-level operation order.classSpecialization of theTableJDBCSeqthat maintains a separate sequence count per-class.classStandard update manager, capable of foreign key constraint evaluation.classImplementation of FinderCache for JDBC.classSavepointManagerimplementation that uses JDBC 3 savepoints to store state.classJDBCSeqimplementation that uses a database sequence to generate numbers.classUpdate manager that writes SQL in object-level operation order.classAn implementation of the cache ofprepared queries.classJDBCSeqimplementation that uses a database table for sequence number generation.classSpecialization of theTableJDBCSeqthat maintains multiple sequence counts. -
Uses of Configurable in org.apache.openjpa.jdbc.meta
Classes in org.apache.openjpa.jdbc.meta that implement ConfigurableModifier and TypeClassDescriptionclassDefault implementation ofMappingDefaults.classRepository of object/relational mapping information. -
Uses of Configurable in org.apache.openjpa.jdbc.schema
Classes in org.apache.openjpa.jdbc.schema that implement ConfigurableModifier and TypeClassDescriptionclassAutomatic Commons DBCP pooling or Simple non-pooling driver data source.classCommons DBCP basic pooling driver data source.classFactory whose schema group dynamically fills itself with information as mappings validate themselves in theirmapmethod.classFactory that uses an XML schema file to construct the system schema.classFactory that uses database metadata to construct the system schema.classFactory 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 ConfigurableModifier and TypeClassDescriptionclassBase dictionary for the IBM DB2 family of databases.classDictionary for the SQL Server databases (Sybase and MS SQL Server).classDictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver.classDictionary for Intersystems Cache.classDictionary for IBM DB2 database.classClass which allows the creation of SQL dynamically, in a database agnostic fashion.classDictionary for Apache Derby (formerly Cloudscape).classDictionary for Empress using ODBC server combined with their type 2 driver.classDictionary for Firebird.classDictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver.classDictionary for H2 ({@link http://www.h2database.com}).classDictionary for HerdDB.classDictionary for HyperSQL (HSQLDB) database.classDictionary for Informix database.classclassDictionary for Borland Interbase.classDictionary for Borland JDataStoreclassclassDatabase dictionary for using SAP's MaxDB.classDictionary for MySQL.classDictionary for Oracle.classDictionary for Pointbase Embedded.classDictionary for PostgreSQL.classDictionary for SolidDB database.classDefault factory for SQL abstraction constructs.classDictionary for Microsoft SQL Server.classDictionary for Sybase. -
Uses of Configurable in org.apache.openjpa.kernel
Subinterfaces of Configurable in org.apache.openjpa.kernelModifier and TypeInterfaceDescriptioninterfaceFinderCache<K,V, R> A cache to create and maintainfinder queries.interfaceA cache to create and maintainprepared queries.Classes in org.apache.openjpa.kernel that implement ConfigurableModifier and TypeClassDescriptionclassClass 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 ConfigurableModifier and TypeClassDescriptionclassImplementation class for the base identifier impl. -
Uses of Configurable in org.apache.openjpa.lib.instrumentation
Classes in org.apache.openjpa.lib.instrumentation that implement ConfigurableModifier and TypeClassDescriptionclassSpecialized 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 -
Uses of Configurable in org.apache.openjpa.meta
Classes in org.apache.openjpa.meta that implement ConfigurableModifier and TypeClassDescriptionclassRepository of and factory for persistent metadata. -
Uses of Configurable in org.apache.openjpa.persistence
Classes in org.apache.openjpa.persistence that implement Configurable -
Uses of Configurable in org.apache.openjpa.persistence.jdbc
Classes in org.apache.openjpa.persistence.jdbc that implement ConfigurableModifier and TypeClassDescriptionclassSupplies default mapping information in accordance with JPA spec.classMetaDataFactoryfor JPA mapping information. -
Uses of Configurable in org.apache.openjpa.validation
Classes in org.apache.openjpa.validation that implement ConfigurableModifier and TypeClassDescriptionclassAn extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events.