| Interface | Description |
|---|---|
| DbSessionProvider | |
| QueryMapper<T> |
Process
query and map it execution result to a type. |
| Class | Description |
|---|---|
| DbCallResult | |
| DbDetector |
Database detector.
|
| DbQuery<Q extends DbQuery> |
Encapsulates
Statement and all its operations. |
| DbQueryConfig |
Default configuration of a query.
|
| DbSession |
Encapsulates db connection.
|
| DbThreadSession |
Thread assigned
DbSession. |
| DbTransactionMode |
Native SQL transaction mode for
DbSession transactions. |
| DbUtil |
Various DB utilities.
|
| JoddDb |
Jodd DB module.
|
| JoddDbDefaults | |
| ThreadDbSessionHolder |
DbSession thread storage. |
| ThreadDbSessionProvider |
Returns
DbSession assigned to current thread. |
| Exception | Description |
|---|---|
| DbSqlException |
Unchecked SQL exception.
|
Copyright © 2003-present Jodd Team