| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Configuration in org.apache.openjpa.conf | 
|---|
| Subinterfaces of Configuration in org.apache.openjpa.conf | |
|---|---|
|  interface | OpenJPAConfigurationDefines the properties necessary to configure runtime properties and connect to a data source. | 
| Classes in org.apache.openjpa.conf that implement Configuration | |
|---|---|
|  class | OpenJPAConfigurationImplImplementation of the OpenJPAConfigurationinterface. | 
| Methods in org.apache.openjpa.conf with parameters of type Configuration | |
|---|---|
| static CacheMarshaller | CacheMarshallersValue.getMarshallerById(Configuration c,
                  String id)Return the CacheMarshallerto use for caching metadata of idid. | 
|  Class<? extends BrokerImpl> | BrokerValue.getTemplateBrokerType(Configuration c) | 
|  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) | 
|  Object | CacheMarshallersValue.instantiate(Class elemType,
            Configuration conf,
            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) | |
| Uses of Configuration in org.apache.openjpa.datacache | 
|---|
| Methods in org.apache.openjpa.datacache with parameters of type Configuration | |
|---|---|
|  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 | JDBCConfigurationConfiguration 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 | JDBCConfigurationImplDefault implementation of the JDBCConfigurationinterface. | 
| Methods in org.apache.openjpa.jdbc.conf with parameters of type Configuration | |
|---|---|
|  MetaDataFactory | MappingFactoryValue.instantiateMetaDataFactory(Configuration conf,
                           PluginValue metaPlugin,
                           String mapping)Intantiate a MetaDataFactoryresponsible for both metadata and
 mapping. | 
|  MetaDataFactory | MappingFactoryValue.instantiateMetaDataFactory(Configuration conf,
                           PluginValue metaPlugin,
                           String mapping,
                           boolean fatal)Intantiate a MetaDataFactoryresponsible for both metadata and
 mapping. | 
|  Object | MappingRepositoryValue.newInstance(String clsName,
            Class type,
            Configuration conf,
            boolean fatal) | 
| 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 | NativeJDBCSeq.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) | 
| 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 | ConfigurationImplDefault implementation of the Configurationinterface. | 
| 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 confbefore the user configuration is applied. | 
|  boolean | AbstractProductDerivation.beforeConfigurationLoad(Configuration conf) | 
| 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,
            String props,
            ClassLoader loader)Create and configure an instance with the given class name and properties. | 
| static void | Configurations.populateConfiguration(Configuration conf,
                      Options opts)Set the given Configurationinstance 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.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.slice | 
|---|
| Subinterfaces of Configuration in org.apache.openjpa.slice | |
|---|---|
|  interface | DistributedConfigurationA configuration for multiple data stores, each referred as slice. | 
| Methods in org.apache.openjpa.slice with parameters of type Configuration | |
|---|---|
|  Object | ExecutorServiceValue.instantiate(Class type,
            Configuration conf,
            boolean fatal)Configures a cached or fixed thread pool. | 
| Uses of Configuration in org.apache.openjpa.slice.jdbc | 
|---|
| Subinterfaces of Configuration in org.apache.openjpa.slice.jdbc | |
|---|---|
|  interface | DistributedJDBCConfigurationA distributed configuration that is a ordered collection of JDBCConfigurations. | 
| Classes in org.apache.openjpa.slice.jdbc that implement Configuration | |
|---|---|
|  class | DistributedJDBCConfigurationImplImplements a distributed configuration of JDBCStoreManagers. | 
| Uses of Configuration in org.apache.openjpa.xmlstore | 
|---|
| Classes in org.apache.openjpa.xmlstore that implement Configuration | |
|---|---|
|  class | XMLConfigurationConfiguration implementation for the XML file store. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||