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 TypeInterfaceDescriptioninterface
Defines 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 CacheMarshaller
CacheMarshallersValue.getMarshallerById
(Configuration c, String id) Return theCacheMarshaller
to 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) void
CacheMarshallerImpl.setConfiguration
(Configuration conf) void
OpenJPAVersionAndConfigurationTypeValidationPolicy.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 TypeMethodDescriptionvoid
AbstractDataCache.setConfiguration
(Configuration conf) void
AbstractQueryCache.setConfiguration
(Configuration conf) void
DefaultCacheDistributionPolicy.setConfiguration
(Configuration conf) -
Uses of Configuration in org.apache.openjpa.ee
Methods in org.apache.openjpa.ee with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
AutomaticManagedRuntime.setConfiguration
(Configuration conf) void
InvocationManagedRuntime.setConfiguration
(Configuration conf) void
WASManagedRuntime.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 TypeMethodDescriptionvoid
AbstractRemoteCommitProvider.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 TypeInterfaceDescriptioninterface
Configuration 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 TypeClassDescriptionclass
Default implementation of theJDBCConfiguration
interface.Methods in org.apache.openjpa.jdbc.conf with parameters of type ConfigurationModifier and TypeMethodDescriptionMappingFactoryValue.instantiateMetaDataFactory
(Configuration conf, PluginValue metaPlugin, String mapping) Intantiate aMetaDataFactory
responsible for both metadata and mapping.MappingFactoryValue.instantiateMetaDataFactory
(Configuration conf, PluginValue metaPlugin, String mapping, boolean fatal) Intantiate aMetaDataFactory
responsible 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 TypeMethodDescriptionvoid
AbstractJDBCSavepointManager.setConfiguration
(Configuration conf) void
AbstractUpdateManager.setConfiguration
(Configuration conf) void
FinderCacheImpl.setConfiguration
(Configuration conf) void
NativeJDBCSeq.setConfiguration
(Configuration conf) void
PreparedQueryCacheImpl.setConfiguration
(Configuration conf) void
TableJDBCSeq.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 TypeMethodDescriptionvoid
DBCPDriverDataSource.setConfiguration
(Configuration conf) void
DynamicSchemaFactory.setConfiguration
(Configuration conf) void
FileSchemaFactory.setConfiguration
(Configuration conf) void
LazySchemaFactory.setConfiguration
(Configuration conf) void
TableSchemaFactory.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 TypeMethodDescriptionvoid
DBDictionary.setConfiguration
(Configuration conf) void
SQLFactoryImpl.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 TypeMethodDescriptionboolean
AbstractProductDerivation.afterSpecificationSet
(Configuration conf) boolean
ProductDerivation.afterSpecificationSet
(Configuration conf) Called after the specification has been set.static void
ProductDerivations.afterSpecificationSet
(Configuration conf) ApplyProductDerivation.afterSpecificationSet(org.apache.openjpa.lib.conf.Configuration)
callbacks to the the given instance.static void
ProductDerivations.beforeClose
(Configuration conf) Called as the first step of a Configuration's close() method.void
AbstractProductDerivation.beforeConfigurationClose
(Configuration conf) void
ProductDerivation.beforeConfigurationClose
(Configuration conf) Called before the given Configuration is closed.boolean
AbstractProductDerivation.beforeConfigurationLoad
(Configuration conf) boolean
ProductDerivation.beforeConfigurationLoad
(Configuration conf) Provides the instance with the opportunity to mutateconf
before the user configuration is applied.static void
ProductDerivations.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 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.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.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 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.static Object
Configurations.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 void
Configurations.populateConfiguration
(Configuration conf, Options opts) Set the givenConfiguration
instance from the command line options provided.void
Configurable.setConfiguration
(Configuration conf) Invoked prior to setting bean properties.void
ConfigurationProvider.setInto
(Configuration conf) Set loaded information into the given configuration.void
MapConfigurationProvider.setInto
(Configuration conf) 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 -
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 TypeMethodDescriptionvoid
AbstractInstrumentationProvider.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 TypeMethodDescriptionvoid
JULLogFactory.setConfiguration
(Configuration conf) void
LogFactoryImpl.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 TypeMethodDescriptionboolean
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 ConfigurationModifier and TypeMethodDescriptionboolean
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 -
Uses of Configuration in org.apache.openjpa.slice
Subinterfaces of Configuration in org.apache.openjpa.sliceModifier and TypeInterfaceDescriptioninterface
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.jdbcModifier and TypeInterfaceDescriptioninterface
A distributed configuration that is a ordered collection of JDBCConfigurations.Classes in org.apache.openjpa.slice.jdbc that implement ConfigurationModifier and TypeClassDescriptionclass
A 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 TypeMethodDescriptionvoid
ValidatingLifecycleEventManager.setConfiguration
(Configuration conf) -
Uses of Configuration in org.apache.openjpa.xmlstore
Classes in org.apache.openjpa.xmlstore that implement ConfigurationModifier and TypeClassDescriptionclass
Configuration implementation for the XML file store.