| Class | Description |
|---|---|
| BasicDataSourceImpl | |
| BasicStatementCache |
In case JDBC driver or a Connection pool does not support
Statement pooling (caching). |
| DBConverter | |
| DBDataReader<T> | |
| DBDataWriter<T> | |
| DBMetaData<T> |
Populates and caches columns, tables, fields, read/write methods, etc...
|
| DBServices | |
| DBServicesUtils | |
| DomainObjectFactory<T> | |
| LazyLoader<T> | |
| Parameters | |
| PKCache |
Retrieves and caches PrimaryKeys from DatabaseMetaData or user input
|
| StatementHolder |
| Enum | Description |
|---|---|
| DBDataReader.Options | |
| DBDataWriter.Options | |
| DBServices.StoredProcedureResult | |
| DBServices.TransactionOnCloseConnection | |
| OptimisticLock |