|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - database transaction typepublic interface DatabaseAction<T>
Database action interface.
| Method Summary | |
|---|---|
void |
apply(T transaction)
Apply this action to the database using the provided open transaction. |
| Method Detail |
|---|
void apply(T transaction)
throws Exception
transaction - open transaction
Exception - if the action fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||