| Package | Description |
|---|---|
| net.aditsu.depeche |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Provider.run(DBTask<T> task)
Gets a new connection and runs the given task
|
<T> T |
Provider.transaction(DBTask<T> task)
Gets a new connection and runs the given task in a transaction
|