Uses of Interface
org.apache.openjpa.lib.conf.Configuration

Packages that use Configuration
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.ee OpenJPA Enterprise Extensions 
org.apache.openjpa.event OpenJPA Events 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.jdbc.identifier   
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata 
org.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Management 
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.lib.ant Ant Integration 
org.apache.openjpa.lib.conf Configuration Framework 
org.apache.openjpa.lib.identifier   
org.apache.openjpa.lib.instrumentation   
org.apache.openjpa.lib.log Logging 
org.apache.openjpa.meta OpenJPA Metadata 
org.apache.openjpa.persistence OpenJPA JPA 
org.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC 
org.apache.openjpa.persistence.validation   
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
org.apache.openjpa.validation   
org.apache.openjpa.xmlstore XML Store 
 

Uses of Configuration in org.apache.openjpa.conf
 

Subinterfaces of Configuration in org.apache.openjpa.conf
 interface OpenJPAConfiguration
          Defines the properties necessary to configure runtime properties and connect to a data source.
 

Classes in org.apache.openjpa.conf that implement Configuration
 class OpenJPAConfigurationImpl
          Implementation of the OpenJPAConfiguration interface.
 

Methods in org.apache.openjpa.conf with parameters of type Configuration
static CacheMarshaller CacheMarshallersValue.getMarshallerById(Configuration c, String id)
          Return the CacheMarshaller to use for caching metadata of id id.
 Class<? extends BrokerImpl> BrokerValue.getTemplateBrokerType(Configuration c)
           
 Object CacheMarshallersValue.instantiate(Class<?> elemType, Configuration conf, boolean fatal)
           
 Object RemoteCommitProviderValue.instantiate(Class type, Configuration conf, boolean fatal)
          Override to keep decorators out of transport configuration.
 Object MetaDataRepositoryValue.instantiate(Class type, Configuration c, boolean fatal)
           
 RemoteCommitProvider RemoteCommitProviderValue.instantiateProvider(Configuration conf)
          Instantiate the provider.
 RemoteCommitProvider RemoteCommitProviderValue.instantiateProvider(Configuration conf, boolean fatal)
          Instantiate the provider.
 Object QueryCompilationCacheValue.newInstance(String clsName, Class type, Configuration conf, boolean fatal)
           
 Object BrokerValue.newInstance(String clsName, Class type, Configuration conf, boolean fatal)
           
 void OpenJPAVersionAndConfigurationTypeValidationPolicy.setConfiguration(Configuration conf)
           
 void CacheMarshallerImpl.setConfiguration(Configuration conf)
           
 

Constructors in org.apache.openjpa.conf with parameters of type Configuration
CacheMarshallersValue(Configuration conf)
           
SpecificationPlugin(Configuration conf, String prop)
           
 

Uses of Configuration in org.apache.openjpa.datacache
 

Methods in org.apache.openjpa.datacache with parameters of type Configuration
 void DefaultCacheDistributionPolicy.setConfiguration(Configuration conf)
           
 void AbstractQueryCache.setConfiguration(Configuration conf)
           
 void AbstractDataCache.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.ee
 

Methods in org.apache.openjpa.ee with parameters of type Configuration
 void WASManagedRuntime.setConfiguration(Configuration conf)
          Caches a copy of the configuration.
 void InvocationManagedRuntime.setConfiguration(Configuration conf)
           
 void AutomaticManagedRuntime.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.event
 

Methods in org.apache.openjpa.event with parameters of type Configuration
 void AbstractRemoteCommitProvider.setConfiguration(Configuration config)
           
 

Constructors in org.apache.openjpa.event with parameters of type Configuration
BrokerFactoryEventManager(Configuration conf)
           
 

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

Subinterfaces of Configuration in org.apache.openjpa.jdbc.conf
 interface JDBCConfiguration
          Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
 

Classes in org.apache.openjpa.jdbc.conf that implement Configuration
 class JDBCConfigurationImpl
          Default implementation of the JDBCConfiguration interface.
 

Methods in org.apache.openjpa.jdbc.conf with parameters of type Configuration
 MetaDataFactory MappingFactoryValue.instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, String mapping)
          Intantiate a MetaDataFactory responsible for both metadata and mapping.
 MetaDataFactory MappingFactoryValue.instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, String mapping, boolean fatal)
          Intantiate a MetaDataFactory responsible for both metadata and mapping.
 Object MappingRepositoryValue.newInstance(String clsName, Class type, Configuration conf, boolean fatal)
           
 

Uses of Configuration in org.apache.openjpa.jdbc.identifier
 

Methods in org.apache.openjpa.jdbc.identifier with parameters of type Configuration
 void DBIdentifierUtilImpl.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.jdbc.kernel
 

Methods in org.apache.openjpa.jdbc.kernel with parameters of type Configuration
 void TableJDBCSeq.setConfiguration(Configuration conf)
           
 void PreparedQueryCacheImpl.setConfiguration(Configuration conf)
           
 void NativeJDBCSeq.setConfiguration(Configuration conf)
           
 void FinderCacheImpl.setConfiguration(Configuration conf)
           
 void AbstractUpdateManager.setConfiguration(Configuration conf)
           
 void AbstractJDBCSavepointManager.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.jdbc.meta
 

Methods in org.apache.openjpa.jdbc.meta with parameters of type Configuration
 void MappingDefaultsImpl.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.jdbc.schema
 

Methods in org.apache.openjpa.jdbc.schema with parameters of type Configuration
 void TableSchemaFactory.setConfiguration(Configuration conf)
           
 void LazySchemaFactory.setConfiguration(Configuration conf)
           
 void FileSchemaFactory.setConfiguration(Configuration conf)
           
 void DynamicSchemaFactory.setConfiguration(Configuration conf)
           
 void DBCPDriverDataSource.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.jdbc.sql
 

Methods in org.apache.openjpa.jdbc.sql with parameters of type Configuration
 void SQLFactoryImpl.setConfiguration(Configuration conf)
           
 void DBDictionary.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.kernel
 

Methods in org.apache.openjpa.kernel with parameters of type Configuration
 void InverseManager.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.lib.ant
 

Methods in org.apache.openjpa.lib.ant that return Configuration
 Configuration AbstractTask.getConfiguration()
          The task configuration.
 

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

Classes in org.apache.openjpa.lib.conf that implement Configuration
 class ConfigurationImpl
          Default implementation of the Configuration interface.
 

Methods in org.apache.openjpa.lib.conf with parameters of type Configuration
static void ProductDerivations.afterSpecificationSet(Configuration conf)
          Apply ProductDerivation.afterSpecificationSet(org.apache.openjpa.lib.conf.Configuration) callbacks to the the given instance.
 boolean ProductDerivation.afterSpecificationSet(Configuration conf)
          Called after the specification has been set.
 boolean AbstractProductDerivation.afterSpecificationSet(Configuration conf)
           
static void ProductDerivations.beforeClose(Configuration conf)
          Called as the first step of a Configuration's close() method.
 void ProductDerivation.beforeConfigurationClose(Configuration conf)
          Called before the given Configuration is closed.
 void AbstractProductDerivation.beforeConfigurationClose(Configuration conf)
           
static void ProductDerivations.beforeConfigurationLoad(Configuration conf)
          Apply ProductDerivation.beforeConfigurationLoad(org.apache.openjpa.lib.conf.Configuration) callbacks to the the given instance.
 boolean ProductDerivation.beforeConfigurationLoad(Configuration conf)
          Provides the instance with the opportunity to mutate conf before the user configuration is applied.
 boolean AbstractProductDerivation.beforeConfigurationLoad(Configuration conf)
           
 Object ObjectValue.configure(Object obj, Configuration conf)
          Configure the given object.
 Object PluginValue.configure(Object obj, Configuration conf, boolean fatal)
          Configure the given object.
 Object ObjectValue.configure(Object obj, Configuration conf, boolean fatal)
          Configure the given object.
static void Configurations.configureInstance(Object obj, Configuration conf, Properties properties)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
static void Configurations.configureInstance(Object obj, Configuration conf, Properties properties, String configurationName)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
static void Configurations.configureInstance(Object obj, Configuration conf, String properties)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
static void Configurations.configureInstance(Object obj, Configuration conf, String properties, String configurationName)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
 Object ObjectValue.instantiate(Class<?> type, Configuration conf)
          Instantiate the object as an instance of the given class.
 Object PluginValue.instantiate(Class<?> type, Configuration conf, boolean fatal)
          Instantiate the plugin as an instance of the given class.
 Object PluginListValue.instantiate(Class<?> elemType, Configuration conf, boolean fatal)
          Instantiate the plugins as instances of the given class.
 Object ObjectValue.instantiate(Class<?> type, Configuration conf, boolean fatal)
          Instantiate the object as an instance of the given class.
 Object ObjectValue.newInstance(String clsName, Class<?> type, Configuration conf, boolean fatal)
          Allow subclasses to instantiate additional plugins.
static Object Configurations.newInstance(String clsName, Configuration conf, Properties props, ClassLoader loader)
          Create and configure an instance with the given class name and properties.
static Object Configurations.newInstance(String clsName, Configuration conf, String props, ClassLoader loader)
          Create and configure an instance with the given class name and properties as a String.
(package private) static Object Configurations.newInstance(String clsName, Value val, Configuration conf, ClassLoader loader, boolean fatal)
          Helper method used by members of this package to instantiate plugin values.
static void Configurations.populateConfiguration(Configuration conf, Options opts)
          Set the given Configuration instance from the command line options provided.
 void Configurable.setConfiguration(Configuration conf)
          Invoked prior to setting bean properties.
 void MapConfigurationProvider.setInto(Configuration conf)
           
 void ConfigurationProvider.setInto(Configuration conf)
          Set loaded information into the given configuration.
protected  void MapConfigurationProvider.setInto(Configuration conf, Log log)
          Set properties into configuration.
 

Uses of Configuration in org.apache.openjpa.lib.identifier
 

Methods in org.apache.openjpa.lib.identifier with parameters of type Configuration
 void IdentifierUtilImpl.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.lib.instrumentation
 

Methods in org.apache.openjpa.lib.instrumentation that return Configuration
 Configuration InstrumentationProvider.getConfiguration()
          Gets the configuration associated with the instrumentation provider
 Configuration AbstractInstrumentationProvider.getConfiguration()
           
 

Methods in org.apache.openjpa.lib.instrumentation with parameters of type Configuration
 void AbstractInstrumentationProvider.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.lib.log
 

Methods in org.apache.openjpa.lib.log with parameters of type Configuration
 void LogFactoryImpl.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.meta
 

Methods in org.apache.openjpa.meta with parameters of type Configuration
 void MetaDataRepository.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence with parameters of type Configuration
 boolean PersistenceProductDerivation.afterSpecificationSet(Configuration c)
           
 boolean PersistenceProductDerivation.beforeConfigurationLoad(Configuration c)
           
 void PersistenceMetaDataFactory.setConfiguration(Configuration conf)
           
 void PersistenceProductDerivation.ConfigurationProviderImpl.setInto(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.persistence.jdbc
 

Methods in org.apache.openjpa.persistence.jdbc with parameters of type Configuration
 boolean JDBCPersistenceProductDerivation.afterSpecificationSet(Configuration c)
           
 boolean JDBCPersistenceProductDerivation.beforeConfigurationLoad(Configuration c)
           
 

Uses of Configuration in org.apache.openjpa.persistence.validation
 

Constructors in org.apache.openjpa.persistence.validation with parameters of type Configuration
ValidatorImpl(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.slice
 

Subinterfaces of Configuration in org.apache.openjpa.slice
 interface DistributedConfiguration
          A configuration for multiple data stores, each referred as slice.
 

Uses of Configuration in org.apache.openjpa.slice.jdbc
 

Subinterfaces of Configuration in org.apache.openjpa.slice.jdbc
 interface DistributedJDBCConfiguration
          A distributed configuration that is a ordered collection of JDBCConfigurations.
 

Classes in org.apache.openjpa.slice.jdbc that implement Configuration
 class DistributedJDBCConfigurationImpl
          A specialized configuration embodies a set of Slice configurations.
 

Uses of Configuration in org.apache.openjpa.validation
 

Methods in org.apache.openjpa.validation with parameters of type Configuration
 void ValidatingLifecycleEventManager.setConfiguration(Configuration conf)
           
 

Uses of Configuration in org.apache.openjpa.xmlstore
 

Classes in org.apache.openjpa.xmlstore that implement Configuration
 class XMLConfiguration
          Configuration implementation for the XML file store.
 



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