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.conf
Subclasses of PluginValue in org.apache.openjpa.conf Modifier and Type Class Description class
BrokerFactoryValue
Value type used to represent theBrokerFactory
.class
BrokerValue
CustomPluginValue
that can efficiently createBrokerImpl
instances.class
MetaDataRepositoryValue
APluginValue
that interacts with theCacheMarshaller
to cache the metadata repository between executions.class
QueryCompilationCacheValue
A cache of compiled queries.class
RemoteCommitProviderValue
Value type used to represent aRemoteCommitProvider
.class
SeqValue
Value type used to represent a sequence.Fields in org.apache.openjpa.conf declared as PluginValue Modifier and Type Field Description 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 Modifier and Type Class Description class
JDBCSeqValue
Adds additional aliases to baseSeqValue
.class
MappingFactoryValue
Handles the complex logic of creating aMetaDataFactory
for combined metadata and mapping.class
MappingRepositoryValue
Handles the complex logic of creating aMappingRepository
for a given configuration.Fields in org.apache.openjpa.jdbc.conf declared as PluginValue Modifier and Type Field Description PluginValue
JDBCConfigurationImpl. dbdictionaryPlugin
PluginValue
JDBCConfigurationImpl. driverDataSourcePlugin
Methods in org.apache.openjpa.jdbc.conf with parameters of type PluginValue Modifier and Type Method Description MetaDataFactory
MappingFactoryValue. instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, java.lang.String mapping)
Intantiate aMetaDataFactory
responsible for both metadata and mapping.MetaDataFactory
MappingFactoryValue. instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, java.lang.String mapping, boolean fatal)
Intantiate aMetaDataFactory
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 Modifier and Type Method Description protected PluginValue
SequenceMapping. newPluginValue(java.lang.String property)
-
Uses of PluginValue in org.apache.openjpa.lib.conf
Methods in org.apache.openjpa.lib.conf that return PluginValue Modifier and Type Method Description PluginValue
ConfigurationImpl. addPlugin(java.lang.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 Modifier and Type Method Description protected PluginValue
SequenceMetaData. newPluginValue(java.lang.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 Modifier and Type Class Description class
EntityManagerFactoryValue
Plugin type used to represent theEntityManagerFactory
. -
Uses of PluginValue in org.apache.openjpa.slice.jdbc
Fields in org.apache.openjpa.slice.jdbc declared as PluginValue Modifier and Type Field Description PluginValue
DistributedJDBCConfigurationImpl. distributionPolicyPlugin
PluginValue
DistributedJDBCConfigurationImpl. finderTargetPolicyPlugin
PluginValue
DistributedJDBCConfigurationImpl. queryTargetPolicyPlugin
PluginValue
DistributedJDBCConfigurationImpl. replicationPolicyPlugin
-