| Package | Description |
|---|---|
| org.bridje.jdbc | |
| org.bridje.jdbc.config |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
JdbcService.createDataSource(DataSourceConfig config)
Creates a new pooled DataSource object from the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceConfig> |
JdbcConfig.getDataSources()
Gets all the DataSourceConfig objects specified by the user in the
jdbc.xml configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcConfig.setDataSources(List<DataSourceConfig> dataSources)
Sets all the DataSourceConfig objects that can be user by the
JdbcService.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.