Uses of Class
org.apache.openjpa.lib.conf.Value

Packages that use Value
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.lib.conf Configuration Framework 
org.apache.openjpa.meta OpenJPA Metadata 
org.apache.openjpa.persistence OpenJPA JPA 
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
 

Uses of Value in org.apache.openjpa.conf
 

Subclasses of Value in org.apache.openjpa.conf
 class BrokerFactoryValue
          Value type used to represent the BrokerFactory.
 class BrokerValue
          Custom PluginValue that can efficiently create BrokerImpl instances.
 class CacheMarshallersValue
          A configuration value for handling and accessing cache marshallers.
 class MetaDataRepositoryValue
          A PluginValue that interacts with the CacheMarshaller to cache the metadata repository between executions.
 class QueryCompilationCacheValue
          A cache of compiled queries.
 class RemoteCommitProviderValue
          Value type used to represent a RemoteCommitProvider.
 class SeqValue
          Value type used to represent a sequence.
 

Uses of Value in org.apache.openjpa.jdbc.conf
 

Subclasses of Value in org.apache.openjpa.jdbc.conf
 class FetchModeValue
          Value type used to represent fetch modes.
 class JDBCSeqValue
          Adds additional aliases to base SeqValue.
 class MappingFactoryValue
          Handles the complex logic of creating a MetaDataFactory for combined metadata and mapping.
 class MappingRepositoryValue
          Handles the complex logic of creating a MappingRepository for a given configuration.
 class QuerySQLCacheValue
          A cache of sql queries.
 

Uses of Value in org.apache.openjpa.lib.conf
 

Subclasses of Value in org.apache.openjpa.lib.conf
 class BooleanValue
          A boolean Value.
 class DoubleValue
          A double Value.
 class FileValue
          A File Value.
 class IntValue
          An int Value.
 class ObjectValue
          An object Value.
 class PluginListValue
          A list of plugins.
 class PluginValue
          A plugin Value consisting of plugin name and properties.
 class StringListValue
          A comma-separated list of string values.
 class StringValue
          A string Value.
 

Methods in org.apache.openjpa.lib.conf that return Value
 Value ConfigurationImpl.addValue(Value val)
           
 Value Configuration.addValue(Value val)
          Add the given value to the set of configuration properties.
 Value ConfigurationImpl.getValue(String property)
           
 Value Configuration.getValue(String property)
          Return the Value for the given property, or null if none.
 Value[] ConfigurationImpl.getValues()
           
 Value[] Configuration.getValues()
          Return the set of all Values.
 

Methods in org.apache.openjpa.lib.conf with parameters of type Value
 Value ConfigurationImpl.addValue(Value val)
           
 Value Configuration.addValue(Value val)
          Add the given value to the set of configuration properties.
 boolean ConfigurationImpl.removeValue(Value val)
           
 boolean Configuration.removeValue(Value val)
          Remove the given value from the set of configuration properties.
 void ConfigurationImpl.valueChanged(Value val)
           
 void ValueListener.valueChanged(Value val)
          Callback used by Value objects to notify listener of change.
 

Uses of Value in org.apache.openjpa.meta
 

Methods in org.apache.openjpa.meta with parameters of type Value
 void ClassMetaData.valueChanged(Value val)
           
 

Uses of Value in org.apache.openjpa.persistence
 

Subclasses of Value in org.apache.openjpa.persistence
 class EntityManagerFactoryValue
          Plugin type used to represent the EntityManagerFactory.
 

Uses of Value in org.apache.openjpa.slice
 

Subclasses of Value in org.apache.openjpa.slice
 class ExecutorServiceValue
          Value type used to represent a ExecutorService.
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.