Uses of Class
org.apache.openjpa.lib.conf.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
Modifier 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.Modifier and TypeFieldDescriptionOpenJPAConfigurationImpl.encryptionProvider
OpenJPAConfigurationImpl.finderCachePlugin
OpenJPAConfigurationImpl.metaFactoryPlugin
OpenJPAConfigurationImpl.preparedQueryCachePlugin
-
Uses of PluginValue in org.apache.openjpa.jdbc.conf
Modifier 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.Modifier and TypeFieldDescriptionJDBCConfigurationImpl.dbdictionaryPlugin
JDBCConfigurationImpl.driverDataSourcePlugin
Modifier 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
Modifier and TypeMethodDescriptionprotected PluginValue
SequenceMapping.newPluginValue
(String property) -
Uses of PluginValue in org.apache.openjpa.lib.conf
Modifier and TypeMethodDescriptionAdd the given value to the set of configuration properties. -
Uses of PluginValue in org.apache.openjpa.meta
Modifier and TypeMethodDescriptionprotected PluginValue
SequenceMetaData.newPluginValue
(String property) Create a new plugin value for sequences. -
Uses of PluginValue in org.apache.openjpa.persistence
Modifier and TypeClassDescriptionclass
Plugin type used to represent theEntityManagerFactory
. -
Uses of PluginValue in org.apache.openjpa.slice.jdbc
Modifier and TypeFieldDescriptionDistributedJDBCConfigurationImpl.distributionPolicyPlugin
DistributedJDBCConfigurationImpl.finderTargetPolicyPlugin
DistributedJDBCConfigurationImpl.queryTargetPolicyPlugin
DistributedJDBCConfigurationImpl.replicationPolicyPlugin