|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Runnable | |
|---|---|
| de.akquinet.jbosscc.needle.db.transaction | |
| Uses of Runnable in de.akquinet.jbosscc.needle.db.transaction |
|---|
| Classes in de.akquinet.jbosscc.needle.db.transaction that implement Runnable | |
|---|---|
class |
VoidRunnable
Default implementation of Runnable doing nothing. |
| Methods in de.akquinet.jbosscc.needle.db.transaction with parameters of type Runnable | ||
|---|---|---|
|
TransactionHelper.executeInTransaction(Runnable<T> runnable)
see executeInTransaction(runnable, clearAfterCommit) . |
|
|
TransactionHelper.executeInTransaction(Runnable<T> runnable,
boolean clearAfterCommit)
Encapsulates execution of runnable.run() in transactions. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||