Uses of Class
org.apache.openjpa.lib.conf.Value
Packages that use Value
Package
Description
OpenJPA Configuration
OpenJPA-JDBC Configuration
Configuration Framework
OpenJPA Metadata
OpenJPA JPA
-
Uses of Value in org.apache.openjpa.conf
Subclasses of Value in org.apache.openjpa.confModifier and TypeClassDescriptionclassValue type used to represent theBrokerFactory.classCustomPluginValuethat can efficiently createBrokerImplinstances.classA configuration value for handling and accessing cache marshallers.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.classA plug-in for Specification that enforces certain overwriting rules.Methods in org.apache.openjpa.conf with parameters of type Value -
Uses of Value in org.apache.openjpa.jdbc.conf
Subclasses of Value in org.apache.openjpa.jdbc.confModifier and TypeClassDescriptionclassValue type used to represent fetch modes.classAdds 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. -
Uses of Value in org.apache.openjpa.lib.conf
Subclasses of Value in org.apache.openjpa.lib.confModifier and TypeClassDescriptionclassA booleanValue.classclassA doubleValue.classclassAn intValue.classAn objectValue.classA list of plugins.classA pluginValueconsisting of plugin name and properties.classA comma-separated list of string values.classA stringValue.Methods in org.apache.openjpa.lib.conf with type parameters of type ValueModifier 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) Methods in org.apache.openjpa.lib.conf that return ValueModifier and TypeMethodDescriptionReturn theValuefor the given property, or null if none.Gets the registered Value for the given propertyName.Value[]Configuration.getValues()Return the set of allValues.Value[]ConfigurationImpl.getValues()Methods in org.apache.openjpa.lib.conf with parameters of type ValueModifier and TypeMethodDescriptionstatic booleanConfigurations.containsProperty(Value value, Map props) Test whether the map contains the given partial key, prefixed with any possible configuration prefix.booleanConfiguration.removeValue(Value val) Remove the given value from the set of configuration properties.booleanConfigurationImpl.removeValue(Value val) voidConfigurationImpl.valueChanged(Value val) voidValueListener.valueChanged(Value val) Callback used byValueobjects to notify listener of change. -
Uses of Value in org.apache.openjpa.meta
Methods in org.apache.openjpa.meta with parameters of type Value -
Uses of Value in org.apache.openjpa.persistence
Subclasses of Value in org.apache.openjpa.persistenceModifier and TypeClassDescriptionclassPlugin type used to represent theEntityManagerFactory.