| Package | Description | 
|---|---|
| org.javalite.activejdbc | 
 ActiveJDBC - the agile Java ORM. 
 | 
| org.javalite.activejdbc.connection_config | 
 Classes to manage connections to databases. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DB | 
DB.open(ConnectionConfig config)
This method is used internally by the framework. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConnectionDataSourceConfig  | 
class  | 
ConnectionJdbcConfig
Specification for a JDBC connection 
 | 
class  | 
ConnectionJndiConfig
Specification for a JNDI connection. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<ConnectionConfig> | 
DBConfiguration.getConnectionConfigs(String env)
Provides a list of all connection configs corresponding to a given environment. 
 | 
static List<ConnectionConfig> | 
DBConfiguration.getConnectionConfigsExceptTesting(String dbName)
Returns all connections which correspond dbName and current environment 
 | 
static List<ConnectionConfig> | 
DBConfiguration.getConnectionConfigsForCurrentEnv()
Provides a list of all connection configs corresponding to a current environment. 
 | 
List<ConnectionConfig> | 
DBConfiguration.getTestConnectionConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
DBConfiguration.addConnectionConfig(ConnectionConfig connectionConfig)
Adds a new connection config for an environment. 
 | 
static void | 
DBConfiguration.addConnectionConfig(ConnectionConfig connectionConfig,
                   boolean override)
Deprecated. 
 
 | 
Copyright © 2020 JavaLite. All rights reserved.