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