public interface TransactionalDao
| Modifier and Type | Method and Description |
|---|---|
void |
beforeCommit(boolean readOnly)
This callback provides a chance for the DAO to do any pre-commit work.
|
boolean |
isDirty()
Are there any pending changes which must be synchronized with the store?
|
boolean isDirty()
void beforeCommit(boolean readOnly)
readOnly - true if the transaction was read-onlyCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.