public interface DbConfigFactory
DbConfig instances| Modifier and Type | Method and Description |
|---|---|
DbConfig |
create(String name,
Map<QName,Object> annotations,
DataSource dataSource)
Creates a
DbConfig to access a given DataSource |
DbConfig create(String name, Map<QName,Object> annotations, DataSource dataSource)
DbConfig to access a given DataSourcename - name of the configannotations - dataSource - dataSource to access from the created DbConfigCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.