Package | Description |
---|---|
org.mule.module.db.internal.domain.database | |
org.mule.module.db.internal.processor | |
org.mule.module.db.internal.resolver.database |
Modifier and Type | Class and Description |
---|---|
class |
GenericDbConfig
Defines a database configuration that is not customized for any particular
database vendor
|
Modifier and Type | Method and Description |
---|---|
DbConfig |
GenericDbConfigFactory.create(String name,
Map<QName,Object> annotations,
DataSource dataSource) |
DbConfig |
DbConfigFactory.create(String name,
Map<QName,Object> annotations,
DataSource dataSource)
Creates a
DbConfig to access a given DataSource |
protected DbConfig |
GenericDbConfigFactory.doCreateDbConfig(DataSource datasource,
DbTypeManager dbTypeManager,
DbConnectionFactory dbConnectionFactory,
String name) |
Constructor and Description |
---|
DbConnectionException(SQLException e,
DbConfig dbConfig) |
Modifier and Type | Method and Description |
---|---|
DbConfig |
DbConfigResolver.resolve(MuleEvent muleEvent)
Resolves which database configuration to use for a given event
|
DbConfig |
StaticDbConfigResolver.resolve(MuleEvent muleEvent) |
DbConfig |
DynamicDbConfigResolver.resolve(MuleEvent muleEvent) |
DbConfig |
DefaultDbConfigResolver.resolve(MuleEvent muleEvent) |
DbConfig |
ConfiguredDbConfigResolver.resolve(MuleEvent muleEvent) |
protected DbConfig |
ConfiguredDbConfigResolver.resolveDefaultConfig() |
protected DbConfig |
AbstractDbConfigResolver.resolveDefaultConfig() |
Constructor and Description |
---|
StaticDbConfigResolver(DbConfig dbConfig) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.