Uses of Class
org.apache.openjpa.lib.conf.ObjectValue
Packages that use ObjectValue
Package
Description
OpenJPA Configuration
OpenJPA Data Cache
OpenJPA-JDBC Configuration
Configuration Framework
OpenJPA JPA
-
Uses of ObjectValue in org.apache.openjpa.conf
Subclasses of ObjectValue in org.apache.openjpa.confModifier 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.Fields in org.apache.openjpa.conf declared as ObjectValueModifier 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
Methods in org.apache.openjpa.datacache with parameters of type ObjectValueModifier 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
Subclasses of ObjectValue in org.apache.openjpa.jdbc.confModifier 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.Fields in org.apache.openjpa.jdbc.conf declared as ObjectValueModifier and TypeFieldDescriptionJDBCConfigurationImpl.connectionDecoratorPlugins
JDBCConfigurationImpl.identifierUtilPlugin
JDBCConfigurationImpl.jdbcListenerPlugins
JDBCConfigurationImpl.mappingDefaultsPlugin
JDBCConfigurationImpl.schemaFactoryPlugin
JDBCConfigurationImpl.sqlFactoryPlugin
JDBCConfigurationImpl.updateManagerPlugin
-
Uses of ObjectValue in org.apache.openjpa.lib.conf
Subclasses of ObjectValue in org.apache.openjpa.lib.confModifier and TypeClassDescriptionclass
A list of plugins.class
A pluginValue
consisting of plugin name and properties.Fields in org.apache.openjpa.lib.conf declared as ObjectValueMethods in org.apache.openjpa.lib.conf that return ObjectValueModifier and TypeMethodDescriptionAdd the given value to the set of configuration properties. -
Uses of ObjectValue in org.apache.openjpa.persistence
Subclasses of ObjectValue in org.apache.openjpa.persistenceModifier and TypeClassDescriptionclass
Plugin type used to represent theEntityManagerFactory
.