Uses of Class
org.apache.openjpa.lib.conf.Value
Package
Description
OpenJPA Configuration
OpenJPA-JDBC Configuration
Configuration Framework
OpenJPA Metadata
OpenJPA JPA
-
Uses of Value in org.apache.openjpa.conf
Modifier and TypeClassDescriptionclass
Value type used to represent theBrokerFactory
.class
CustomPluginValue
that can efficiently createBrokerImpl
instances.class
A configuration value for handling and accessing cache marshallers.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.class
A plug-in for Specification that enforces certain overwriting rules. -
Uses of Value in org.apache.openjpa.jdbc.conf
Modifier and TypeClassDescriptionclass
Value type used to represent fetch modes.class
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. -
Uses of Value in org.apache.openjpa.lib.conf
Modifier and TypeClassDescriptionclass
A booleanValue
.class
class
A doubleValue
.class
class
An intValue
.class
An objectValue
.class
A list of plugins.class
A pluginValue
consisting of plugin name and properties.class
A comma-separated list of string values.class
A stringValue
.Modifier and TypeMethodDescription<T extends Value>
TConfiguration.addValue
(T val) Add the given value to the set of configuration properties.<T extends Value>
TConfigurationImpl.addValue
(T val) Modifier and TypeMethodDescriptionReturn theValue
for the given property, or null if none.Gets the registered Value for the given propertyName.Value[]
Configuration.getValues()
Return the set of allValue
s.Value[]
ConfigurationImpl.getValues()
Modifier and TypeMethodDescriptionstatic boolean
Configurations.containsProperty
(Value value, Map props) Test whether the map contains the given partial key, prefixed with any possible configuration prefix.boolean
Configuration.removeValue
(Value val) Remove the given value from the set of configuration properties.boolean
ConfigurationImpl.removeValue
(Value val) void
ConfigurationImpl.valueChanged
(Value val) void
ValueListener.valueChanged
(Value val) Callback used byValue
objects to notify listener of change. -
Uses of Value in org.apache.openjpa.meta
-
Uses of Value in org.apache.openjpa.persistence
Modifier and TypeClassDescriptionclass
Plugin type used to represent theEntityManagerFactory
.