public interface Dirtiable
| Modifier and Type | Method and Description |
|---|---|
void |
clearDirty(ObjectAdapter object)
Clear the dirty flag so that a call to isDirty(), and before
markDirty() is called, will return false;
|
boolean |
isDirty(ObjectAdapter object)
Checks if the specified object has been changed, and hence needs
persisting.
|
void |
markDirty(ObjectAdapter object)
Mark the specified object as having been changed, and hence needing
persisting.
|
void clearDirty(ObjectAdapter object)
boolean isDirty(ObjectAdapter object)
void markDirty(ObjectAdapter object)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.