| Interface | Description |
|---|---|
| CloseRegistry |
Registry of
AutoCloseable objects. |
| DatabaseService |
A service that supplies the DataBase Connection
|
| SQLContext |
This encodes the differences between different databases and
dialects of SQL.
|
| Class | Description |
|---|---|
| DefaultDataBaseService |
Default implementation of the
DatabaseService
This gets connection parameters from the ConfigService but this is only queried
at the point where a database connection is required. |
| JNDIDatabaseService |
A
DatabaseService that also looks for a pooled connection via JNDID. |
| MysqlSQLContext | |
| PostgresqlSQLContext | |
| WrappedDatabaseService |
A
DatabaseService wrapper that can beused to generate a tabe
showing the current active connections |
DatabaseService