| 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 |
DbConfigFactory.create(String name,
Map<QName,Object> annotations,
DataSource dataSource)
Creates a
DbConfig to access a given DataSource |
DbConfig |
GenericDbConfigFactory.create(String name,
Map<QName,Object> annotations,
DataSource 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 |
ConfiguredDbConfigResolver.resolve(MuleEvent muleEvent) |
DbConfig |
DefaultDbConfigResolver.resolve(MuleEvent muleEvent) |
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) |
protected DbConfig |
AbstractDbConfigResolver.resolveDefaultConfig() |
protected DbConfig |
ConfiguredDbConfigResolver.resolveDefaultConfig() |
| Constructor and Description |
|---|
StaticDbConfigResolver(DbConfig dbConfig) |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.