Uses of Class
org.apache.openjpa.lib.conf.ObjectValue

Packages that use ObjectValue
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.lib.conf Configuration Framework 
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of ObjectValue in org.apache.openjpa.conf
 

Subclasses of ObjectValue in org.apache.openjpa.conf
 class BrokerFactoryValue
          Value type used to represent the BrokerFactory.
 class BrokerValue
          Custom PluginValue that can efficiently create BrokerImpl instances.
 class QueryCompilationCacheValue
          A cache of compiled queries.
 class RemoteCommitProviderValue
          Value type used to represent a RemoteCommitProvider.
 class SeqValue
          Value type used to represent a sequence.
 

Fields in org.apache.openjpa.conf declared as ObjectValue
 ObjectValue OpenJPAConfigurationImpl.brokerPlugin
           
 ObjectValue OpenJPAConfigurationImpl.classResolverPlugin
           
 ObjectValue OpenJPAConfigurationImpl.compatibilityPlugin
           
 ObjectValue OpenJPAConfigurationImpl.connectionFactory
           
 ObjectValue OpenJPAConfigurationImpl.connectionFactory2
           
 ObjectValue OpenJPAConfigurationImpl.dataCacheManagerPlugin
           
 ObjectValue OpenJPAConfigurationImpl.dataCachePlugin
           
 ObjectValue OpenJPAConfigurationImpl.detachStatePlugin
           
 ObjectValue OpenJPAConfigurationImpl.inverseManagerPlugin
           
 ObjectValue OpenJPAConfigurationImpl.lockManagerPlugin
           
 ObjectValue OpenJPAConfigurationImpl.managedRuntimePlugin
           
 ObjectValue OpenJPAConfigurationImpl.metaRepositoryPlugin
           
 ObjectValue OpenJPAConfigurationImpl.orphanedKeyPlugin
           
 ObjectValue OpenJPAConfigurationImpl.proxyManagerPlugin
           
 ObjectValue OpenJPAConfigurationImpl.queryCachePlugin
           
 ObjectValue OpenJPAConfigurationImpl.savepointManagerPlugin
           
 ObjectValue OpenJPAConfigurationImpl.seqPlugin
           
 

Uses of ObjectValue in org.apache.openjpa.datacache
 

Methods in org.apache.openjpa.datacache with parameters of type ObjectValue
 void 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.conf
 class JDBCSeqValue
          Adds additional aliases to base SeqValue.
 class MappingFactoryValue
          Handles the complex logic of creating a MetaDataFactory for combined metadata and mapping.
 class MappingRepositoryValue
          Handles the complex logic of creating a MappingRepository for a given configuration.
 

Fields in org.apache.openjpa.jdbc.conf declared as ObjectValue
 ObjectValue JDBCConfigurationImpl.connectionDecoratorPlugins
           
 ObjectValue JDBCConfigurationImpl.jdbcListenerPlugins
           
 ObjectValue JDBCConfigurationImpl.mappingDefaultsPlugin
           
 ObjectValue JDBCConfigurationImpl.schemaFactoryPlugin
           
 ObjectValue JDBCConfigurationImpl.sqlFactoryPlugin
           
 ObjectValue JDBCConfigurationImpl.updateManagerPlugin
           
 

Uses of ObjectValue in org.apache.openjpa.lib.conf
 

Subclasses of ObjectValue in org.apache.openjpa.lib.conf
 class PluginListValue
          A list of plugins.
 class PluginValue
          A plugin Value consisting of plugin name and properties.
 

Fields in org.apache.openjpa.lib.conf declared as ObjectValue
 ObjectValue ConfigurationImpl.logFactoryPlugin
           
 

Methods in org.apache.openjpa.lib.conf that return ObjectValue
 ObjectValue ConfigurationImpl.addObject(String property)
          Add the given value to the set of configuration properties.
 

Uses of ObjectValue in org.apache.openjpa.persistence
 

Subclasses of ObjectValue in org.apache.openjpa.persistence
 class EntityManagerFactoryValue
          Plugin type used to represent the EntityManagerFactory.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.