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

Packages that use PluginValue
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata 
org.apache.openjpa.lib.conf Configuration Framework 
org.apache.openjpa.meta OpenJPA Metadata 
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of PluginValue in org.apache.openjpa.conf
 

Subclasses of PluginValue 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 PluginValue
 PluginValue OpenJPAConfigurationImpl.metaFactoryPlugin
           
 

Uses of PluginValue in org.apache.openjpa.jdbc.conf
 

Subclasses of PluginValue 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 PluginValue
 PluginValue JDBCConfigurationImpl.dbdictionaryPlugin
           
 PluginValue JDBCConfigurationImpl.driverDataSourcePlugin
           
 

Methods in org.apache.openjpa.jdbc.conf with parameters of type PluginValue
 MetaDataFactory MappingFactoryValue.instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, String mapping)
          Intantiate a MetaDataFactory responsible for both metadata and mapping.
 MetaDataFactory MappingFactoryValue.instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, String mapping, boolean fatal)
          Intantiate a MetaDataFactory responsible for both metadata and mapping.
 

Uses of PluginValue in org.apache.openjpa.jdbc.meta
 

Methods in org.apache.openjpa.jdbc.meta that return PluginValue
protected  PluginValue SequenceMapping.newPluginValue(String property)
           
 

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

Methods in org.apache.openjpa.lib.conf that return PluginValue
 PluginValue ConfigurationImpl.addPlugin(String property, boolean singleton)
          Add the given value to the set of configuration properties.
 

Uses of PluginValue in org.apache.openjpa.meta
 

Methods in org.apache.openjpa.meta that return PluginValue
protected  PluginValue SequenceMetaData.newPluginValue(String property)
          Create a new plugin value for sequences.
 

Uses of PluginValue in org.apache.openjpa.persistence
 

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



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