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.auditSubinterfaces of Configurable in org.apache.openjpa.audit Modifier and Type Interface Description interfaceAuditorAn auditor is responsible for recoding the audited information.Classes in org.apache.openjpa.audit that implement Configurable Modifier and Type Class Description classAuditLoggerA default auditor that simply prints the audited instances.
- 
Uses of Configurable in org.apache.openjpa.confClasses in org.apache.openjpa.conf that implement Configurable Modifier and Type Class Description classCacheMarshallerImplDefaultCacheMarshallerimplementation that writes data to a specified file and reads data from a specified file or URL.classOpenJPAVersionAndConfigurationTypeValidationPolicyCompute 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.datacacheSubinterfaces of Configurable in org.apache.openjpa.datacache Modifier and Type Interface Description interfaceCacheDistributionPolicyA 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 classAbstractDataCacheAbstractDataCacheimplementation that provides various statistics, logging, and timeout functionality common across cache implementations.classAbstractQueryCacheAbstractQueryCacheimplementation that provides various statistics, logging, and timeout functionality common across cache implementations.classConcurrentDataCacheADataCacheimplementation that is optimized for concurrent access.classConcurrentQueryCacheAQueryCacheimplementation that is optimized for concurrent access.classDefaultCacheDistributionPolicyA default implementation that selects the cache by the type of the given managed instance.classPartitionedDataCacheA partitioned data cache maintains a set of partitions that are DataCache themselves.classTypeBasedCacheDistributionPolicyA cache distribution policy based on the type of the managed objects.
- 
Uses of Configurable in org.apache.openjpa.eeClasses in org.apache.openjpa.ee that implement Configurable Modifier and Type Class Description classAutomaticManagedRuntimeImplementation of theManagedRuntimeinterface that searches through a set of known JNDI locations and method invocations to locate the appropriate mechanism for obtaining a TransactionManager.classInvocationManagedRuntimeImplementation of theManagedRuntimeinterface that uses a static method call to find the TransactionManager.classWASManagedRuntimeManagedRuntimeimplementation that allows synchronization with a WebSphere managed transaction.
- 
Uses of Configurable in org.apache.openjpa.eventClasses in org.apache.openjpa.event that implement Configurable Modifier and Type Class Description classAbstractRemoteCommitProviderAbstract implementation ofRemoteCommitProvider.classDynamicTCPRemoteCommitProviderclassJMSRemoteCommitProviderJMS-based implementation ofRemoteCommitProviderthat listens for object modifications and propagates those changes to other RemoteCommitProviders over a JMS topic.classSingleJVMRemoteCommitProviderSingle-JVM-only implementation ofRemoteCommitProviderthat listens for object modifications and propagates those changes to other SingleJVMRemoteCommitProviders in the same JVM.classTCPRemoteCommitProviderTCP-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.kubernetesClasses in org.apache.openjpa.event.kubernetes that implement Configurable Modifier and Type Class Description classKubernetesTCPRemoteCommitProvider
- 
Uses of Configurable in org.apache.openjpa.instrumentation.jmxClasses in org.apache.openjpa.instrumentation.jmx that implement Configurable Modifier and Type Class Description classJMXProviderA simple MBean JMX instrumentation provider
- 
Uses of Configurable in org.apache.openjpa.jdbc.identifierClasses in org.apache.openjpa.jdbc.identifier that implement Configurable Modifier and Type Class Description classDBIdentifierUtilImpl
- 
Uses of Configurable in org.apache.openjpa.jdbc.kernelClasses in org.apache.openjpa.jdbc.kernel that implement Configurable Modifier and Type Class Description classAbstractJDBCSavepointManagerAbstractSavepointManagerimplementation that delegates to the subclass for savepoint operations on the activeConnection.classAbstractUpdateManagerBase update manager with common functionality.classBatchingConstraintUpdateManagerBatch update manager that writes the SQL in object-level operation order.classBatchingOperationOrderUpdateManagerBatch update manager that writes the SQL in object-level operation order.classClassTableJDBCSeqSpecialization of theTableJDBCSeqthat maintains a separate sequence count per-class.classConstraintUpdateManagerStandard update manager, capable of foreign key constraint evaluation.classFinderCacheImplImplementation of FinderCache for JDBC.classJDBC3SavepointManagerSavepointManagerimplementation that uses JDBC 3 savepoints to store state.classNativeJDBCSeqJDBCSeqimplementation that uses a database sequence to generate numbers.classOperationOrderUpdateManagerUpdate manager that writes SQL in object-level operation order.classPreparedQueryCacheImplAn implementation of the cache ofprepared queries.classTableJDBCSeqJDBCSeqimplementation that uses a database table for sequence number generation.classValueTableJDBCSeqSpecialization of theTableJDBCSeqthat maintains multiple sequence counts.
- 
Uses of Configurable in org.apache.openjpa.jdbc.metaClasses in org.apache.openjpa.jdbc.meta that implement Configurable Modifier and Type Class Description classMappingDefaultsImplDefault implementation ofMappingDefaults.classMappingRepositoryRepository of object/relational mapping information.
- 
Uses of Configurable in org.apache.openjpa.jdbc.schemaClasses in org.apache.openjpa.jdbc.schema that implement Configurable Modifier and Type Class Description classAutoDriverDataSourceAutomatic Commons DBCP pooling or Simple non-pooling driver data source.classDBCPDriverDataSourceCommons DBCP basic pooling driver data source.classDynamicSchemaFactoryFactory whose schema group dynamically fills itself with information as mappings validate themselves in theirmapmethod.classFileSchemaFactoryFactory that uses an XML schema file to construct the system schema.classLazySchemaFactoryFactory that uses database metadata to construct the system schema.classTableSchemaFactoryFactory that uses an XML schema definition stored in a database table to record the system schema.
- 
Uses of Configurable in org.apache.openjpa.jdbc.sqlClasses in org.apache.openjpa.jdbc.sql that implement Configurable Modifier and Type Class Description classAbstractDB2DictionaryBase dictionary for the IBM DB2 family of databases.classAbstractSQLServerDictionaryDictionary for the SQL Server databases (Sybase and MS SQL Server).classAccessDictionaryDictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver.classCacheDictionaryDictionary for Intersystems Cache.classDB2DictionaryDictionary for IBM DB2 database.classDBDictionaryClass which allows the creation of SQL dynamically, in a database agnostic fashion.classDerbyDictionaryDictionary for Apache Derby (formerly Cloudscape).classEmpressDictionaryDictionary for Empress using ODBC server combined with their type 2 driver.classFirebirdDictionaryDictionary for Firebird.classFoxProDictionaryDictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver.classH2DictionaryDictionary for H2 ({@link http://www.h2database.com}).classHerdDBDictionaryDictionary for HerdDB.classHSQLDictionaryDictionary for HyperSQL (HSQLDB) database.classInformixDictionaryDictionary for Informix database.classIngresDictionaryclassInterbaseDictionaryDictionary for Borland Interbase.classJDataStoreDictionaryDictionary for Borland JDataStoreclassMariaDBDictionaryclassMaxDBDictionaryDatabase dictionary for using SAP's MaxDB.classMySQLDictionaryDictionary for MySQL.classOracleDictionaryDictionary for Oracle.classPointbaseDictionaryDictionary for Pointbase Embedded.classPostgresDictionaryDictionary for PostgreSQL.classSolidDBDictionaryDictionary for SolidDB database.classSQLFactoryImplDefault factory for SQL abstraction constructs.classSQLServerDictionaryDictionary for Microsoft SQL Server.classSybaseDictionaryDictionary for Sybase.
- 
Uses of Configurable in org.apache.openjpa.kernelSubinterfaces of Configurable in org.apache.openjpa.kernel Modifier and Type Interface Description interfaceFinderCache<K,V,R>A cache to create and maintainfinder queries.interfacePreparedQueryCacheA cache to create and maintainprepared queries.Classes in org.apache.openjpa.kernel that implement Configurable Modifier and Type Class Description classInverseManagerClass which manages inverse relations before flushing to the datastore.
- 
Uses of Configurable in org.apache.openjpa.lib.identifierClasses in org.apache.openjpa.lib.identifier that implement Configurable Modifier and Type Class Description classIdentifierUtilImplImplementation class for the base identifier impl.
- 
Uses of Configurable in org.apache.openjpa.lib.instrumentationClasses in org.apache.openjpa.lib.instrumentation that implement Configurable Modifier and Type Class Description classAbstractInstrumentationProviderSpecialized instrumentation providers can extend this class to get basic provider state and capabilities.
- 
Uses of Configurable in org.apache.openjpa.lib.logClasses in org.apache.openjpa.lib.log that implement Configurable Modifier and Type Class Description classJULLogFactoryclassLogFactoryImplDefaultLogFactoryimplementation.
- 
Uses of Configurable in org.apache.openjpa.metaClasses in org.apache.openjpa.meta that implement Configurable Modifier and Type Class Description classMetaDataRepositoryRepository of and factory for persistent metadata.
- 
Uses of Configurable in org.apache.openjpa.persistenceClasses in org.apache.openjpa.persistence that implement Configurable Modifier and Type Class Description classPersistenceMetaDataFactoryMetaDataFactoryfor JPA metadata.
- 
Uses of Configurable in org.apache.openjpa.persistence.jdbcClasses in org.apache.openjpa.persistence.jdbc that implement Configurable Modifier and Type Class Description classPersistenceMappingDefaultsSupplies default mapping information in accordance with JPA spec.classPersistenceMappingFactoryMetaDataFactoryfor JPA mapping information.
- 
Uses of Configurable in org.apache.openjpa.validationClasses in org.apache.openjpa.validation that implement Configurable Modifier and Type Class Description classValidatingLifecycleEventManagerAn extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events.
 
-