Uses of Class
org.apache.openjpa.lib.conf.Value
-
Packages that use Value Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.lib.conf Configuration Frameworkorg.apache.openjpa.meta OpenJPA Metadataorg.apache.openjpa.persistence OpenJPA JPA -
-
Uses of Value in org.apache.openjpa.conf
Subclasses of Value in org.apache.openjpa.conf Modifier and Type Class Description classBrokerFactoryValueValue type used to represent theBrokerFactory.classBrokerValueCustomPluginValuethat can efficiently createBrokerImplinstances.classCacheMarshallersValueA configuration value for handling and accessing cache marshallers.classMetaDataRepositoryValueAPluginValuethat interacts with theCacheMarshallerto cache the metadata repository between executions.classQueryCompilationCacheValueA cache of compiled queries.classRemoteCommitProviderValueValue type used to represent aRemoteCommitProvider.classSeqValueValue type used to represent a sequence.classSpecificationPluginA plug-in for Specification that enforces certain overwriting rules.Methods in org.apache.openjpa.conf with parameters of type Value Modifier and Type Method Description voidSpecificationPlugin. valueChanged(Value value) -
Uses of Value in org.apache.openjpa.jdbc.conf
Subclasses of Value in org.apache.openjpa.jdbc.conf Modifier and Type Class Description classFetchModeValueValue type used to represent fetch modes.classJDBCSeqValueAdds additional aliases to baseSeqValue.classMappingFactoryValueHandles the complex logic of creating aMetaDataFactoryfor combined metadata and mapping.classMappingRepositoryValueHandles 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.conf Modifier and Type Class Description classBooleanValueA booleanValue.classClassListValueclassDoubleValueA doubleValue.classFileValueclassIntValueAn intValue.classObjectValueAn objectValue.classPluginListValueA list of plugins.classPluginValueA pluginValueconsisting of plugin name and properties.classStringListValueA comma-separated list of string values.classStringValueA stringValue.Methods in org.apache.openjpa.lib.conf with type parameters of type Value Modifier and Type Method Description <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 Value Modifier and Type Method Description ValueConfiguration. getValue(String property)Return theValuefor the given property, or null if none.ValueConfigurationImpl. getValue(String property)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 Value Modifier and Type Method Description static 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 Modifier and Type Method Description voidClassMetaData. valueChanged(Value val) -
Uses of Value in org.apache.openjpa.persistence
Subclasses of Value in org.apache.openjpa.persistence Modifier and Type Class Description classEntityManagerFactoryValuePlugin type used to represent theEntityManagerFactory.
-