| Package | Description |
|---|---|
| org.bridje.jdbc | |
| org.bridje.jdbc.config |
| Modifier and Type | Method and Description |
|---|---|
JdbcConfig |
JdbcService.loadDefConfig()
Loads the default configuration for this service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcService.reconnectAll(JdbcConfig config)
Close all the datasources and reconnects.
|
| Modifier and Type | Method and Description |
|---|---|
static JdbcConfig |
JdbcConfig.load(InputStream is)
Loads a JdbcConfig from an input stream.
|
static JdbcConfig |
JdbcConfig.load(VFile xmlFile)
Loads a JdbcConfig from a file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JdbcConfig.save(OutputStream os,
JdbcConfig object)
Save a JdbcConfig to an output stream.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.