Package | Description |
---|---|
org.javalite.activejdbc.connection_config |
Classes to manage connections to databases.
|
Modifier and Type | Method and Description |
---|---|
static List<ConnectionSpecWrapper> |
DbConfiguration.getConnectionSpecWrappers()
Provides a list of all connection wrappers corresponding to a current environment.
|
static List<ConnectionSpecWrapper> |
DbConfiguration.getConnectionSpecWrappers(String env)
Provides a list of all connection wrappers corresponding to a given environment.
|
List<ConnectionSpecWrapper> |
DbConfiguration.getTestConnectionWrappers() |
Modifier and Type | Method and Description |
---|---|
static void |
DbConfiguration.addConnectionWrapper(ConnectionSpecWrapper connectionWrapper,
boolean override) |
Copyright © 2019 JavaLite. All rights reserved.