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 TypeClassDescriptionclassValue type used to represent theBrokerFactory.classCustomPluginValuethat can efficiently createBrokerImplinstances.classAPluginValuethat interacts with theCacheMarshallerto cache the metadata repository between executions.classA cache of compiled queries.classValue type used to represent aRemoteCommitProvider.classValue type used to represent a sequence.Fields in org.apache.openjpa.conf declared as PluginValueModifier and TypeFieldDescriptionOpenJPAConfigurationImpl.encryptionProviderOpenJPAConfigurationImpl.finderCachePluginOpenJPAConfigurationImpl.metaFactoryPluginOpenJPAConfigurationImpl.preparedQueryCachePlugin -
Uses of PluginValue in org.apache.openjpa.jdbc.conf
Subclasses of PluginValue in org.apache.openjpa.jdbc.confModifier and TypeClassDescriptionclassAdds additional aliases to baseSeqValue.classHandles the complex logic of creating aMetaDataFactoryfor combined metadata and mapping.classHandles the complex logic of creating aMappingRepositoryfor a given configuration.Fields in org.apache.openjpa.jdbc.conf declared as PluginValueModifier and TypeFieldDescriptionJDBCConfigurationImpl.dbdictionaryPluginJDBCConfigurationImpl.driverDataSourcePluginMethods in org.apache.openjpa.jdbc.conf with parameters of type PluginValueModifier and TypeMethodDescriptionMappingFactoryValue.instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, String mapping) Intantiate aMetaDataFactoryresponsible for both metadata and mapping.MappingFactoryValue.instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, String mapping, boolean fatal) Intantiate aMetaDataFactoryresponsible 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 PluginValueSequenceMapping.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 PluginValueSequenceMetaData.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 TypeClassDescriptionclassPlugin 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.distributionPolicyPluginDistributedJDBCConfigurationImpl.finderTargetPolicyPluginDistributedJDBCConfigurationImpl.queryTargetPolicyPluginDistributedJDBCConfigurationImpl.replicationPolicyPlugin