| Modifier and Type | Class and Description |
|---|---|
class |
DbRun
Abstract base class for a block of runnable code using a transacted Database.
|
class |
TransactionImpl
Simple bean representing how the database transaction should behave
in terms of commit/rollback.
|
| Modifier and Type | Method and Description |
|---|---|
T |
DbCodeTypedTx.run(java.util.function.Supplier<Database> db,
Transaction tx)
Implement this method to provide a block of code that uses the provided database
and is transacted.
|
void |
DbCodeTx.run(java.util.function.Supplier<Database> db,
Transaction tx)
Implement this method to provide a block of code that uses the provided database
and is transacted.
|
Copyright © 2016. All rights reserved.