Uses of Class
org.apache.openjpa.lib.conf.ObjectValue
- 
Packages that use ObjectValue Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.lib.conf Configuration Frameworkorg.apache.openjpa.persistence OpenJPA JPA
- 
- 
Uses of ObjectValue in org.apache.openjpa.confSubclasses of ObjectValue in org.apache.openjpa.conf Modifier and Type Class Description classBrokerFactoryValueValue type used to represent theBrokerFactory.classBrokerValueCustomPluginValuethat can efficiently createBrokerImplinstances.classCacheMarshallersValueA configuration value for handling and accessing cache marshallers.classMetaDataRepositoryValueAPluginValuethat interacts with theCacheMarshallerto cache the metadata repository between executions.classQueryCompilationCacheValueA cache of compiled queries.classRemoteCommitProviderValueValue type used to represent aRemoteCommitProvider.classSeqValueValue type used to represent a sequence.classSpecificationPluginA plug-in for Specification that enforces certain overwriting rules.
- 
Uses of ObjectValue in org.apache.openjpa.datacacheMethods in org.apache.openjpa.datacache with parameters of type ObjectValue Modifier and Type Method Description voidDataCacheManager. 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.confSubclasses of ObjectValue in org.apache.openjpa.jdbc.conf Modifier and Type Class Description classJDBCSeqValueAdds additional aliases to baseSeqValue.classMappingFactoryValueHandles the complex logic of creating aMetaDataFactoryfor combined metadata and mapping.classMappingRepositoryValueHandles the complex logic of creating aMappingRepositoryfor a given configuration.Fields in org.apache.openjpa.jdbc.conf declared as ObjectValue Modifier and Type Field Description ObjectValueJDBCConfigurationImpl. connectionDecoratorPluginsObjectValueJDBCConfigurationImpl. identifierUtilPluginObjectValueJDBCConfigurationImpl. jdbcListenerPluginsObjectValueJDBCConfigurationImpl. mappingDefaultsPluginObjectValueJDBCConfigurationImpl. schemaFactoryPluginObjectValueJDBCConfigurationImpl. sqlFactoryPluginObjectValueJDBCConfigurationImpl. updateManagerPlugin
- 
Uses of ObjectValue in org.apache.openjpa.lib.confSubclasses of ObjectValue in org.apache.openjpa.lib.conf Modifier and Type Class Description classPluginListValueA list of plugins.classPluginValueA pluginValueconsisting of plugin name and properties.Fields in org.apache.openjpa.lib.conf declared as ObjectValue Modifier and Type Field Description ObjectValueConfigurationImpl. logFactoryPluginMethods in org.apache.openjpa.lib.conf that return ObjectValue Modifier and Type Method Description ObjectValueConfigurationImpl. addObject(java.lang.String property)Add the given value to the set of configuration properties.
- 
Uses of ObjectValue in org.apache.openjpa.persistenceSubclasses of ObjectValue in org.apache.openjpa.persistence Modifier and Type Class Description classEntityManagerFactoryValuePlugin type used to represent theEntityManagerFactory.
 
-