Uses of Class
org.apache.openjpa.lib.conf.ObjectValue
Package
Description
OpenJPA Configuration
OpenJPA Data Cache
OpenJPA-JDBC Configuration
Configuration Framework
OpenJPA JPA
-
Uses of ObjectValue in org.apache.openjpa.conf
Modifier and TypeClassDescriptionclass
Value type used to represent theBrokerFactory
.class
CustomPluginValue
that can efficiently createBrokerImpl
instances.class
A configuration value for handling and accessing cache marshallers.class
APluginValue
that interacts with theCacheMarshaller
to cache the metadata repository between executions.class
A cache of compiled queries.class
Value type used to represent aRemoteCommitProvider
.class
Value type used to represent a sequence.class
A plug-in for Specification that enforces certain overwriting rules.Modifier and TypeFieldDescriptionOpenJPAConfigurationImpl.auditorPlugin
OpenJPAConfigurationImpl.cacheDistributionPolicyPlugin
OpenJPAConfigurationImpl.callbackPlugin
OpenJPAConfigurationImpl.classResolverPlugin
OpenJPAConfigurationImpl.compatibilityPlugin
OpenJPAConfigurationImpl.connectionFactory
OpenJPAConfigurationImpl.connectionFactory2
OpenJPAConfigurationImpl.dataCacheManagerPlugin
OpenJPAConfigurationImpl.dataCachePlugin
OpenJPAConfigurationImpl.detachStatePlugin
OpenJPAConfigurationImpl.instrumentationManager
OpenJPAConfigurationImpl.inverseManagerPlugin
OpenJPAConfigurationImpl.lifecycleEventManager
OpenJPAConfigurationImpl.lockManagerPlugin
OpenJPAConfigurationImpl.managedRuntimePlugin
OpenJPAConfigurationImpl.orphanedKeyPlugin
OpenJPAConfigurationImpl.proxyManagerPlugin
OpenJPAConfigurationImpl.queryCachePlugin
OpenJPAConfigurationImpl.savepointManagerPlugin
OpenJPAConfigurationImpl.seqPlugin
OpenJPAConfigurationImpl.specification
OpenJPAConfigurationImpl.validationFactory
OpenJPAConfigurationImpl.validator
-
Uses of ObjectValue in org.apache.openjpa.datacache
Modifier and TypeMethodDescriptionvoid
DataCacheManager.initialize
(OpenJPAConfiguration conf, ObjectValue dataCache, ObjectValue queryCache) Initialize the manager, supplying the cache configuration.void
DataCacheManagerImpl.initialize
(OpenJPAConfiguration conf, ObjectValue dataCache, ObjectValue queryCache) -
Uses of ObjectValue in org.apache.openjpa.jdbc.conf
Modifier and TypeClassDescriptionclass
Adds additional aliases to baseSeqValue
.class
Handles the complex logic of creating aMetaDataFactory
for combined metadata and mapping.class
Handles the complex logic of creating aMappingRepository
for a given configuration.Modifier and TypeFieldDescriptionJDBCConfigurationImpl.connectionDecoratorPlugins
JDBCConfigurationImpl.identifierUtilPlugin
JDBCConfigurationImpl.jdbcListenerPlugins
JDBCConfigurationImpl.mappingDefaultsPlugin
JDBCConfigurationImpl.schemaFactoryPlugin
JDBCConfigurationImpl.sqlFactoryPlugin
JDBCConfigurationImpl.updateManagerPlugin
-
Uses of ObjectValue in org.apache.openjpa.lib.conf
Modifier and TypeClassDescriptionclass
A list of plugins.class
A pluginValue
consisting of plugin name and properties.Modifier and TypeMethodDescriptionAdd the given value to the set of configuration properties. -
Uses of ObjectValue in org.apache.openjpa.persistence
Modifier and TypeClassDescriptionclass
Plugin type used to represent theEntityManagerFactory
.