|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionalDao
Contract for a DAO to interact with a transaction.
Method Summary | |
---|---|
void |
beforeCommit()
This callback provides a chance for the DAO to do any pre-commit work. |
void |
flush()
Allows the dao to flush any consuming resources. |
boolean |
isDirty()
Are there any pending changes which must be synchronized with the store? |
Method Detail |
---|
void flush()
This method must not be used for implementing business logic.
boolean isDirty()
void beforeCommit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |