| 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 |
|---|---|
ConnectionSpec |
Configuration.getConnectionSpec(String environment) |
ConnectionSpec |
Configuration.getCurrentConnectionSpec()
Finds a connection
ConnectionSpec that corresponds to system properties,
environment variables of database.properties configuration, whichever is found first. |
| Modifier and Type | Method and Description |
|---|---|
DB |
DB.open(ConnectionSpec spec)
This method is used internally by the framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionDataSourceSpec |
class |
ConnectionJdbcSpec
Specification for a JDBC connection
|
class |
ConnectionJndiSpec
Specification for a JNDI connection.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionSpec |
ConnectionSpecWrapper.getConnectionSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionSpecWrapper.setConnectionSpec(ConnectionSpec connectionSpec) |
Copyright © 2019 JavaLite. All rights reserved.