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 TypeClassDescriptionclassValue type used to represent theBrokerFactory.classCustomPluginValuethat can efficiently createBrokerImplinstances.classA configuration value for handling and accessing cache marshallers.classAPluginValuethat interacts with theCacheMarshallerto cache the metadata repository between executions.classA cache of compiled queries.classValue type used to represent aRemoteCommitProvider.classValue type used to represent a sequence.classA plug-in for Specification that enforces certain overwriting rules.Fields in org.apache.openjpa.conf declared as ObjectValueModifier and TypeFieldDescriptionOpenJPAConfigurationImpl.auditorPluginOpenJPAConfigurationImpl.cacheDistributionPolicyPluginOpenJPAConfigurationImpl.callbackPluginOpenJPAConfigurationImpl.classResolverPluginOpenJPAConfigurationImpl.compatibilityPluginOpenJPAConfigurationImpl.connectionFactoryOpenJPAConfigurationImpl.connectionFactory2OpenJPAConfigurationImpl.dataCacheManagerPluginOpenJPAConfigurationImpl.dataCachePluginOpenJPAConfigurationImpl.detachStatePluginOpenJPAConfigurationImpl.instrumentationManagerOpenJPAConfigurationImpl.inverseManagerPluginOpenJPAConfigurationImpl.lifecycleEventManagerOpenJPAConfigurationImpl.lockManagerPluginOpenJPAConfigurationImpl.managedRuntimePluginOpenJPAConfigurationImpl.orphanedKeyPluginOpenJPAConfigurationImpl.proxyManagerPluginOpenJPAConfigurationImpl.queryCachePluginOpenJPAConfigurationImpl.savepointManagerPluginOpenJPAConfigurationImpl.seqPluginOpenJPAConfigurationImpl.specificationOpenJPAConfigurationImpl.validationFactoryOpenJPAConfigurationImpl.validator -
Uses of ObjectValue in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache with parameters of type ObjectValueModifier and TypeMethodDescriptionvoidDataCacheManager.initialize(OpenJPAConfiguration conf, ObjectValue dataCache, ObjectValue queryCache) Initialize the manager, supplying the cache configuration.voidDataCacheManagerImpl.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 TypeClassDescriptionclassAdds additional aliases to baseSeqValue.classHandles the complex logic of creating aMetaDataFactoryfor combined metadata and mapping.classHandles the complex logic of creating aMappingRepositoryfor a given configuration.Fields in org.apache.openjpa.jdbc.conf declared as ObjectValueModifier and TypeFieldDescriptionJDBCConfigurationImpl.connectionDecoratorPluginsJDBCConfigurationImpl.identifierUtilPluginJDBCConfigurationImpl.jdbcListenerPluginsJDBCConfigurationImpl.mappingDefaultsPluginJDBCConfigurationImpl.schemaFactoryPluginJDBCConfigurationImpl.sqlFactoryPluginJDBCConfigurationImpl.updateManagerPlugin -
Uses of ObjectValue in org.apache.openjpa.lib.conf
Subclasses of ObjectValue in org.apache.openjpa.lib.confModifier and TypeClassDescriptionclassA list of plugins.classA pluginValueconsisting 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 TypeClassDescriptionclassPlugin type used to represent theEntityManagerFactory.