Uses of Class
org.apache.openjpa.lib.conf.PluginValue
- 
Packages that use PluginValue Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.lib.conf Configuration Frameworkorg.apache.openjpa.meta OpenJPA Metadataorg.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
- 
- 
Uses of PluginValue in org.apache.openjpa.confSubclasses of PluginValue in org.apache.openjpa.conf Modifier and Type Class Description classBrokerFactoryValueValue type used to represent theBrokerFactory.classBrokerValueCustomPluginValuethat can efficiently createBrokerImplinstances.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.Fields in org.apache.openjpa.conf declared as PluginValue Modifier and Type Field Description PluginValueOpenJPAConfigurationImpl. encryptionProviderPluginValueOpenJPAConfigurationImpl. finderCachePluginPluginValueOpenJPAConfigurationImpl. metaFactoryPluginPluginValueOpenJPAConfigurationImpl. preparedQueryCachePlugin
- 
Uses of PluginValue in org.apache.openjpa.jdbc.confSubclasses of PluginValue 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 PluginValue Modifier and Type Field Description PluginValueJDBCConfigurationImpl. dbdictionaryPluginPluginValueJDBCConfigurationImpl. driverDataSourcePluginMethods in org.apache.openjpa.jdbc.conf with parameters of type PluginValue Modifier and Type Method Description MetaDataFactoryMappingFactoryValue. instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, java.lang.String mapping)Intantiate aMetaDataFactoryresponsible for both metadata and mapping.MetaDataFactoryMappingFactoryValue. instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, java.lang.String mapping, boolean fatal)Intantiate aMetaDataFactoryresponsible for both metadata and mapping.
- 
Uses of PluginValue in org.apache.openjpa.jdbc.metaMethods in org.apache.openjpa.jdbc.meta that return PluginValue Modifier and Type Method Description protected PluginValueSequenceMapping. newPluginValue(java.lang.String property)
- 
Uses of PluginValue in org.apache.openjpa.lib.confMethods in org.apache.openjpa.lib.conf that return PluginValue Modifier and Type Method Description PluginValueConfigurationImpl. addPlugin(java.lang.String property, boolean singleton)Add the given value to the set of configuration properties.
- 
Uses of PluginValue in org.apache.openjpa.metaMethods in org.apache.openjpa.meta that return PluginValue Modifier and Type Method Description protected PluginValueSequenceMetaData. newPluginValue(java.lang.String property)Create a new plugin value for sequences.
- 
Uses of PluginValue in org.apache.openjpa.persistenceSubclasses of PluginValue in org.apache.openjpa.persistence Modifier and Type Class Description classEntityManagerFactoryValuePlugin type used to represent theEntityManagerFactory.
- 
Uses of PluginValue in org.apache.openjpa.slice.jdbcFields in org.apache.openjpa.slice.jdbc declared as PluginValue Modifier and Type Field Description PluginValueDistributedJDBCConfigurationImpl. distributionPolicyPluginPluginValueDistributedJDBCConfigurationImpl. finderTargetPolicyPluginPluginValueDistributedJDBCConfigurationImpl. queryTargetPolicyPluginPluginValueDistributedJDBCConfigurationImpl. replicationPolicyPlugin
 
-