Uses of Class
org.apache.openjpa.lib.conf.PluginValue
Packages that use PluginValue
Package
Description
OpenJPA Configuration
OpenJPA-JDBC Configuration
OpenJPA-JDBC ORM Metadata
Configuration Framework
OpenJPA Metadata
OpenJPA JPA
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of PluginValue in org.apache.openjpa.conf
Subclasses of PluginValue in org.apache.openjpa.confModifier and TypeClassDescriptionclass
Value type used to represent theBrokerFactory
.class
CustomPluginValue
that can efficiently createBrokerImpl
instances.class
APluginValue
that interacts with theCacheMarshaller
to cache the metadata repository between executions.class
A cache of compiled queries.class
Value type used to represent aRemoteCommitProvider
.class
Value type used to represent a sequence.Fields in org.apache.openjpa.conf declared as PluginValueModifier and TypeFieldDescriptionOpenJPAConfigurationImpl.encryptionProvider
OpenJPAConfigurationImpl.finderCachePlugin
OpenJPAConfigurationImpl.metaFactoryPlugin
OpenJPAConfigurationImpl.preparedQueryCachePlugin
-
Uses of PluginValue in org.apache.openjpa.jdbc.conf
Subclasses of PluginValue in org.apache.openjpa.jdbc.confModifier and TypeClassDescriptionclass
Adds additional aliases to baseSeqValue
.class
Handles the complex logic of creating aMetaDataFactory
for combined metadata and mapping.class
Handles the complex logic of creating aMappingRepository
for a given configuration.Fields in org.apache.openjpa.jdbc.conf declared as PluginValueModifier and TypeFieldDescriptionJDBCConfigurationImpl.dbdictionaryPlugin
JDBCConfigurationImpl.driverDataSourcePlugin
Methods in org.apache.openjpa.jdbc.conf with parameters of type PluginValueModifier and TypeMethodDescriptionMappingFactoryValue.instantiateMetaDataFactory
(Configuration conf, PluginValue metaPlugin, String mapping) Intantiate aMetaDataFactory
responsible for both metadata and mapping.MappingFactoryValue.instantiateMetaDataFactory
(Configuration conf, PluginValue metaPlugin, 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 PluginValueModifier and TypeMethodDescriptionprotected PluginValue
SequenceMapping.newPluginValue
(String property) -
Uses of PluginValue in org.apache.openjpa.lib.conf
Methods in org.apache.openjpa.lib.conf that return PluginValueModifier and TypeMethodDescriptionAdd 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 PluginValueModifier and TypeMethodDescriptionprotected 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.persistenceModifier and TypeClassDescriptionclass
Plugin type used to represent theEntityManagerFactory
. -
Uses of PluginValue in org.apache.openjpa.slice.jdbc
Fields in org.apache.openjpa.slice.jdbc declared as PluginValueModifier and TypeFieldDescriptionDistributedJDBCConfigurationImpl.distributionPolicyPlugin
DistributedJDBCConfigurationImpl.finderTargetPolicyPlugin
DistributedJDBCConfigurationImpl.queryTargetPolicyPlugin
DistributedJDBCConfigurationImpl.replicationPolicyPlugin