Uses of Interface
org.apache.openjpa.lib.conf.Configuration
-
-
Uses of Configuration in org.apache.openjpa.audit
Methods in org.apache.openjpa.audit with parameters of type Configuration Modifier and Type Method Description void
AuditLogger. setConfiguration(Configuration conf)
-
Uses of Configuration in org.apache.openjpa.conf
Subinterfaces of Configuration in org.apache.openjpa.conf Modifier and Type Interface Description 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 Modifier and Type Class Description class
OpenJPAConfigurationImpl
Implementation of theOpenJPAConfiguration
interface.Methods in org.apache.openjpa.conf with parameters of type Configuration Modifier and Type Method Description static CacheMarshaller
CacheMarshallersValue. getMarshallerById(Configuration c, java.lang.String id)
Return theCacheMarshaller
to use for caching metadata of idid
.java.lang.Class<? extends BrokerImpl>
BrokerValue. getTemplateBrokerType(Configuration c)
java.lang.Object
CacheMarshallersValue. instantiate(java.lang.Class<?> elemType, Configuration conf, boolean fatal)
java.lang.Object
MetaDataRepositoryValue. instantiate(java.lang.Class type, Configuration c, boolean fatal)
java.lang.Object
RemoteCommitProviderValue. instantiate(java.lang.Class type, Configuration conf, boolean fatal)
Override to keep decorators out of transport configuration.RemoteCommitProvider
RemoteCommitProviderValue. instantiateProvider(Configuration conf)
Instantiate the provider.RemoteCommitProvider
RemoteCommitProviderValue. instantiateProvider(Configuration conf, boolean fatal)
Instantiate the provider.java.lang.Object
BrokerValue. newInstance(java.lang.String clsName, java.lang.Class type, Configuration conf, boolean fatal)
java.lang.Object
QueryCompilationCacheValue. newInstance(java.lang.String clsName, java.lang.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 Constructor Description CacheMarshallersValue(Configuration conf)
SpecificationPlugin(Configuration conf, java.lang.String prop)
-
Uses of Configuration in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache with parameters of type Configuration Modifier and Type Method Description void
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 Configuration Modifier and Type Method Description void
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 Configuration Modifier and Type Method Description void
AbstractRemoteCommitProvider. setConfiguration(Configuration config)
Constructors in org.apache.openjpa.event with parameters of type Configuration Constructor Description BrokerFactoryEventManager(Configuration conf)
-
Uses of Configuration in org.apache.openjpa.jdbc.conf
Subinterfaces of Configuration in org.apache.openjpa.jdbc.conf Modifier and Type Interface Description 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 Modifier and Type Class Description class
JDBCConfigurationImpl
Default implementation of theJDBCConfiguration
interface.Methods in org.apache.openjpa.jdbc.conf with parameters of type Configuration Modifier and Type Method Description MetaDataFactory
MappingFactoryValue. instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, java.lang.String mapping)
Intantiate aMetaDataFactory
responsible for both metadata and mapping.MetaDataFactory
MappingFactoryValue. instantiateMetaDataFactory(Configuration conf, PluginValue metaPlugin, java.lang.String mapping, boolean fatal)
Intantiate aMetaDataFactory
responsible for both metadata and mapping.java.lang.Object
MappingRepositoryValue. newInstance(java.lang.String clsName, java.lang.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 Modifier and Type Method Description 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 Modifier and Type Method Description void
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 Modifier and Type Method Description 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 Modifier and Type Method Description void
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 Configuration Modifier and Type Method Description void
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 Modifier and Type Method Description void
InverseManager. setConfiguration(Configuration conf)
-
Uses of Configuration in org.apache.openjpa.lib.ant
Methods in org.apache.openjpa.lib.ant that return Configuration Modifier and Type Method Description 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 Modifier and Type Class Description class
ConfigurationImpl
Default implementation of theConfiguration
interface.Methods in org.apache.openjpa.lib.conf with parameters of type Configuration Modifier and Type Method Description boolean
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.java.lang.Object
ObjectValue. configure(java.lang.Object obj, Configuration conf)
Configure the given object.java.lang.Object
ObjectValue. configure(java.lang.Object obj, Configuration conf, boolean fatal)
Configure the given object.java.lang.Object
PluginValue. configure(java.lang.Object obj, Configuration conf, boolean fatal)
Configure the given object.static void
Configurations. configureInstance(java.lang.Object obj, Configuration conf, java.lang.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(java.lang.Object obj, Configuration conf, java.lang.String properties, java.lang.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(java.lang.Object obj, Configuration conf, java.util.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(java.lang.Object obj, Configuration conf, java.util.Properties properties, java.lang.String configurationName)
Configures the given object with the given properties by matching the properties string to the object's setter methods.java.lang.Object
ObjectValue. instantiate(java.lang.Class<?> type, Configuration conf)
Instantiate the object as an instance of the given class.java.lang.Object
ObjectValue. instantiate(java.lang.Class<?> type, Configuration conf, boolean fatal)
Instantiate the object as an instance of the given class.java.lang.Object
PluginListValue. instantiate(java.lang.Class<?> elemType, Configuration conf, boolean fatal)
Instantiate the plugins as instances of the given class.java.lang.Object
PluginValue. instantiate(java.lang.Class<?> type, Configuration conf, boolean fatal)
Instantiate the plugin as an instance of the given class.static java.lang.Object
Configurations. newInstance(java.lang.String clsName, Configuration conf, java.lang.String props, java.lang.ClassLoader loader)
Create and configure an instance with the given class name and properties as a String.static java.lang.Object
Configurations. newInstance(java.lang.String clsName, Configuration conf, java.util.Properties props, java.lang.ClassLoader loader)
Create and configure an instance with the given class name and properties.java.lang.Object
ObjectValue. newInstance(java.lang.String clsName, java.lang.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 Modifier and Type Method Description void
IdentifierUtilImpl. setConfiguration(Configuration conf)
-
Uses of Configuration in org.apache.openjpa.lib.instrumentation
Methods in org.apache.openjpa.lib.instrumentation that return Configuration Modifier and Type Method Description Configuration
AbstractInstrumentationProvider. getConfiguration()
Configuration
InstrumentationProvider. getConfiguration()
Gets the configuration associated with the instrumentation providerMethods in org.apache.openjpa.lib.instrumentation with parameters of type Configuration Modifier and Type Method Description 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 Modifier and Type Method Description void
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 Modifier and Type Method Description void
MetaDataRepository. setConfiguration(Configuration conf)
-
Uses of Configuration in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence with parameters of type Configuration Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description ValidatorImpl(Configuration conf)
-
Uses of Configuration in org.apache.openjpa.slice
Subinterfaces of Configuration in org.apache.openjpa.slice Modifier and Type Interface Description 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 Modifier and Type Interface Description interface
DistributedJDBCConfiguration
A distributed configuration that is a ordered collection of JDBCConfigurations.Classes in org.apache.openjpa.slice.jdbc that implement Configuration Modifier and Type Class Description class
DistributedJDBCConfigurationImpl
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 Configuration Constructor Description ClassLoaderProxyService(Configuration config, java.lang.ClassLoader parentLoader)
-
Uses of Configuration in org.apache.openjpa.validation
Methods in org.apache.openjpa.validation with parameters of type Configuration Modifier and Type Method Description void
ValidatingLifecycleEventManager. setConfiguration(Configuration conf)
-
Uses of Configuration in org.apache.openjpa.xmlstore
Classes in org.apache.openjpa.xmlstore that implement Configuration Modifier and Type Class Description class
XMLConfiguration
Configuration implementation for the XML file store.
-