| Interface | Description |
|---|---|
| BatchHandler<T> |
Interface responsible for performing batch and regular JDBC operations.
|
| BatchHandlerFactory |
Factory which produces BatchHandler instances.
|
| Statement |
Interface which represents a SQL statement.
|
| StatementBuilder<T> |
Interface which provides SQL statements.
|
| StatementHolder |
Interface which wraps a JDBC Connection and Statement and provides caching.
|
| StatementManager |
Interface which provides methods for retrieving StatementHolder interfaces.
|
| Class | Description |
|---|---|
| JdbcConfiguration |
Represents configuration for a JDBC database connection.
|
| StatementInterceptor |
AspectJ interceptor for initialising and destroying a statement manager.
|
| Enum | Description |
|---|---|
| StatementDialect |
Enum holding fields for various DBMSs.
|
Copyright © 2016 UiO. All rights reserved.