public class OracleDbConfigFactory extends GenericDbConfigFactory
DbConfig instances for Oracle databases| Constructor and Description |
|---|
OracleDbConfigFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected DbConnectionFactory |
createDbConnectionFactory(DataSource dataSource,
ConnectionFactory connectionFactory,
DbTypeManager dbTypeManager)
Creates the
DbConnectionFactory to use on the created DbConfig |
protected List<DbType> |
getVendorDataTypes() |
create, doCreateDbConfig, doCreateTypeManager, getDefaultRetryPolicyTemplate, setCustomDataTypes, setMuleContext, setRetryPolicyTemplateprotected List<DbType> getVendorDataTypes()
getVendorDataTypes in class GenericDbConfigFactoryprotected DbConnectionFactory createDbConnectionFactory(DataSource dataSource, ConnectionFactory connectionFactory, DbTypeManager dbTypeManager)
GenericDbConfigFactoryDbConnectionFactory to use on the created DbConfigcreateDbConnectionFactory in class GenericDbConfigFactorydataSource - datasource used on the DB config.connectionFactory - creates the connections delegates for the created factory.dbTypeManager - manages types provided on the created connections.Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.