public interface Cacheable
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasChanged()
Says whenever this model has been changed after last call to
markUnchanged(). |
void |
markUnchanged()
Marks the model unchanged, so further changes will make it changed.
|
void |
stopTrackingChanges()
Stops tracking any changes, making the model available for merging without tracking changes.
|
void markUnchanged()
boolean hasChanged()
markUnchanged().void stopTrackingChanges()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.