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 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

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 MetaDataRepositoryValue
          A PluginValue that interacts with the CacheMarshaller to cache the metadata repository between executions.
 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.encryptionProvider
           
 PluginValue OpenJPAConfigurationImpl.finderCachePlugin
           
 PluginValue OpenJPAConfigurationImpl.metaFactoryPlugin
           
 PluginValue OpenJPAConfigurationImpl.preparedQueryCachePlugin
           
 

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.
 

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

Fields in org.apache.openjpa.slice.jdbc declared as PluginValue
 PluginValue DistributedJDBCConfigurationImpl.distributionPolicyPlugin
           
 PluginValue DistributedJDBCConfigurationImpl.finderTargetPolicyPlugin
           
 PluginValue DistributedJDBCConfigurationImpl.queryTargetPolicyPlugin
           
 PluginValue DistributedJDBCConfigurationImpl.replicationPolicyPlugin
           
 



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