Uses of Interface
org.apache.openjpa.lib.conf.Configuration
Packages that use Configuration
Package
Description
OpenJPA Audit Facility
OpenJPA Configuration
OpenJPA Data Cache
OpenJPA Enterprise Extensions
OpenJPA Events
OpenJPA-JDBC Configuration
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC ORM Metadata
OpenJPA-JDBC Schema Management
OpenJPA-JDBC SQL Abstraction
OpenJPA Runtime Kernel
Ant Integration
Configuration Framework
Logging
OpenJPA Metadata
OpenJPA JPA
OpenJPA JPA-JDBC
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
OpenJPA Utilities
XML Store
-
Uses of Configuration in org.apache.openjpa.audit
Methods in org.apache.openjpa.audit with parameters of type Configuration -
Uses of Configuration in org.apache.openjpa.conf
Subinterfaces of Configuration in org.apache.openjpa.confModifier and TypeInterfaceDescriptioninterfaceDefines the properties necessary to configure runtime properties and connect to a data source.Classes in org.apache.openjpa.conf that implement ConfigurationMethods in org.apache.openjpa.conf with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic CacheMarshallerCacheMarshallersValue.getMarshallerById(Configuration c, String id) Return theCacheMarshallerto use for caching metadata of idid.Class<? extends BrokerImpl>BrokerValue.getTemplateBrokerType(Configuration c) CacheMarshallersValue.instantiate(Class<?> elemType, Configuration conf, boolean fatal) MetaDataRepositoryValue.instantiate(Class type, Configuration c, boolean fatal) RemoteCommitProviderValue.instantiate(Class type, Configuration conf, boolean fatal) Override to keep decorators out of transport configuration.RemoteCommitProviderValue.instantiateProvider(Configuration conf) Instantiate the provider.RemoteCommitProviderValue.instantiateProvider(Configuration conf, boolean fatal) Instantiate the provider.BrokerValue.newInstance(String clsName, Class type, Configuration conf, boolean fatal) QueryCompilationCacheValue.newInstance(String clsName, Class type, Configuration conf, boolean fatal) voidCacheMarshallerImpl.setConfiguration(Configuration conf) voidOpenJPAVersionAndConfigurationTypeValidationPolicy.setConfiguration(Configuration conf) Constructors in org.apache.openjpa.conf with parameters of type Configuration -
Uses of Configuration in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidAbstractDataCache.setConfiguration(Configuration conf) voidAbstractQueryCache.setConfiguration(Configuration conf) voidDefaultCacheDistributionPolicy.setConfiguration(Configuration conf) -
Uses of Configuration in org.apache.openjpa.ee
Methods in org.apache.openjpa.ee with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidAutomaticManagedRuntime.setConfiguration(Configuration conf) voidInvocationManagedRuntime.setConfiguration(Configuration conf) voidWASManagedRuntime.setConfiguration(Configuration conf) Caches a copy of the configuration. -
Uses of Configuration in org.apache.openjpa.event
Methods in org.apache.openjpa.event with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidAbstractRemoteCommitProvider.setConfiguration(Configuration config) Constructors in org.apache.openjpa.event with parameters of type Configuration -
Uses of Configuration in org.apache.openjpa.jdbc.conf
Subinterfaces of Configuration in org.apache.openjpa.jdbc.confModifier and TypeInterfaceDescriptioninterfaceConfiguration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.Classes in org.apache.openjpa.jdbc.conf that implement ConfigurationModifier and TypeClassDescriptionclassDefault implementation of theJDBCConfigurationinterface.Methods in org.apache.openjpa.jdbc.conf with parameters of type ConfigurationModifier and TypeMethodDescriptionMappingFactoryValue.instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, String mapping) Intantiate aMetaDataFactoryresponsible for both metadata and mapping.MappingFactoryValue.instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, String mapping, boolean fatal) Intantiate aMetaDataFactoryresponsible for both metadata and mapping.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 -
Uses of Configuration in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidAbstractJDBCSavepointManager.setConfiguration(Configuration conf) voidAbstractUpdateManager.setConfiguration(Configuration conf) voidFinderCacheImpl.setConfiguration(Configuration conf) voidNativeJDBCSeq.setConfiguration(Configuration conf) voidPreparedQueryCacheImpl.setConfiguration(Configuration conf) voidTableJDBCSeq.setConfiguration(Configuration conf) -
Uses of Configuration in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta with parameters of type Configuration -
Uses of Configuration in org.apache.openjpa.jdbc.schema
Methods in org.apache.openjpa.jdbc.schema with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidDBCPDriverDataSource.setConfiguration(Configuration conf) voidDynamicSchemaFactory.setConfiguration(Configuration conf) voidFileSchemaFactory.setConfiguration(Configuration conf) voidLazySchemaFactory.setConfiguration(Configuration conf) voidTableSchemaFactory.setConfiguration(Configuration conf) -
Uses of Configuration in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidDBDictionary.setConfiguration(Configuration conf) voidSQLFactoryImpl.setConfiguration(Configuration conf) -
Uses of Configuration in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel with parameters of type Configuration -
Uses of Configuration in org.apache.openjpa.lib.ant
Methods in org.apache.openjpa.lib.ant that return Configuration -
Uses of Configuration in org.apache.openjpa.lib.conf
Classes in org.apache.openjpa.lib.conf that implement ConfigurationMethods in org.apache.openjpa.lib.conf with parameters of type ConfigurationModifier and TypeMethodDescriptionbooleanAbstractProductDerivation.afterSpecificationSet(Configuration conf) booleanProductDerivation.afterSpecificationSet(Configuration conf) Called after the specification has been set.static voidProductDerivations.afterSpecificationSet(Configuration conf) ApplyProductDerivation.afterSpecificationSet(org.apache.openjpa.lib.conf.Configuration)callbacks to the the given instance.static voidProductDerivations.beforeClose(Configuration conf) Called as the first step of a Configuration's close() method.voidAbstractProductDerivation.beforeConfigurationClose(Configuration conf) voidProductDerivation.beforeConfigurationClose(Configuration conf) Called before the given Configuration is closed.booleanAbstractProductDerivation.beforeConfigurationLoad(Configuration conf) booleanProductDerivation.beforeConfigurationLoad(Configuration conf) Provides the instance with the opportunity to mutateconfbefore the user configuration is applied.static voidProductDerivations.beforeConfigurationLoad(Configuration conf) ApplyProductDerivation.beforeConfigurationLoad(org.apache.openjpa.lib.conf.Configuration)callbacks to the the given instance.ObjectValue.configure(Object obj, Configuration conf) Configure the given object.ObjectValue.configure(Object obj, Configuration conf, boolean fatal) Configure the given object.PluginValue.configure(Object obj, Configuration conf, boolean fatal) Configure the given object.static voidConfigurations.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 voidConfigurations.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.static voidConfigurations.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 voidConfigurations.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.ObjectValue.instantiate(Class<?> type, Configuration conf) Instantiate the object as an instance of the given class.ObjectValue.instantiate(Class<?> type, Configuration conf, boolean fatal) Instantiate the object as an instance of the given class.PluginListValue.instantiate(Class<?> elemType, Configuration conf, boolean fatal) Instantiate the plugins as instances of the given class.PluginValue.instantiate(Class<?> type, Configuration conf, boolean fatal) Instantiate the plugin as an instance of the given class.static ObjectConfigurations.newInstance(String clsName, Configuration conf, String props, ClassLoader loader) Create and configure an instance with the given class name and properties as a String.static ObjectConfigurations.newInstance(String clsName, Configuration conf, Properties props, ClassLoader loader) Create and configure an instance with the given class name and properties.ObjectValue.newInstance(String clsName, Class<?> type, Configuration conf, boolean fatal) Allow subclasses to instantiate additional plugins.static voidConfigurations.populateConfiguration(Configuration conf, Options opts) Set the givenConfigurationinstance from the command line options provided.voidConfigurable.setConfiguration(Configuration conf) Invoked prior to setting bean properties.voidConfigurationProvider.setInto(Configuration conf) Set loaded information into the given configuration.voidMapConfigurationProvider.setInto(Configuration conf) protected voidMapConfigurationProvider.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 -
Uses of Configuration in org.apache.openjpa.lib.instrumentation
Methods in org.apache.openjpa.lib.instrumentation that return ConfigurationModifier and TypeMethodDescriptionAbstractInstrumentationProvider.getConfiguration()InstrumentationProvider.getConfiguration()Gets the configuration associated with the instrumentation providerMethods in org.apache.openjpa.lib.instrumentation with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidAbstractInstrumentationProvider.setConfiguration(Configuration conf) -
Uses of Configuration in org.apache.openjpa.lib.log
Methods in org.apache.openjpa.lib.log with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidJULLogFactory.setConfiguration(Configuration conf) voidLogFactoryImpl.setConfiguration(Configuration conf) -
Uses of Configuration in org.apache.openjpa.meta
Methods in org.apache.openjpa.meta with parameters of type Configuration -
Uses of Configuration in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence with parameters of type ConfigurationModifier and TypeMethodDescriptionbooleanPersistenceProductDerivation.afterSpecificationSet(Configuration c) booleanPersistenceProductDerivation.beforeConfigurationLoad(Configuration c) voidPersistenceMetaDataFactory.setConfiguration(Configuration conf) voidPersistenceProductDerivation.ConfigurationProviderImpl.setInto(Configuration conf) -
Uses of Configuration in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc with parameters of type ConfigurationModifier and TypeMethodDescriptionbooleanJDBCPersistenceProductDerivation.afterSpecificationSet(Configuration c) booleanJDBCPersistenceProductDerivation.beforeConfigurationLoad(Configuration c) -
Uses of Configuration in org.apache.openjpa.persistence.validation
Constructors in org.apache.openjpa.persistence.validation with parameters of type Configuration -
Uses of Configuration in org.apache.openjpa.slice
Subinterfaces of Configuration in org.apache.openjpa.sliceModifier and TypeInterfaceDescriptioninterfaceA 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.jdbcModifier and TypeInterfaceDescriptioninterfaceA distributed configuration that is a ordered collection of JDBCConfigurations.Classes in org.apache.openjpa.slice.jdbc that implement ConfigurationModifier and TypeClassDescriptionclassA specialized configuration embodies a set of Slice configurations. -
Uses of Configuration in org.apache.openjpa.util
Constructors in org.apache.openjpa.util with parameters of type ConfigurationModifierConstructorDescriptionClassLoaderProxyService(Configuration config, ClassLoader parentLoader) -
Uses of Configuration in org.apache.openjpa.validation
Methods in org.apache.openjpa.validation with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidValidatingLifecycleEventManager.setConfiguration(Configuration conf) -
Uses of Configuration in org.apache.openjpa.xmlstore
Classes in org.apache.openjpa.xmlstore that implement ConfigurationModifier and TypeClassDescriptionclassConfiguration implementation for the XML file store.