public interface Persistable
| Modifier and Type | Method and Description |
|---|---|
Object |
__getDelegate() |
Iterator<String> |
__getDirtyFields() |
boolean |
__isDirty() |
boolean |
__isPersisted(String storeIdentifier) |
void |
__markPersisted(String storeIdentifier)
Consider the current state of the object to be in sync with the persisted state.
|
void __markPersisted(String storeIdentifier)
boolean __isPersisted(String storeIdentifier)
boolean __isDirty()
Iterator<String> __getDirtyFields()
Object __getDelegate()
Copyright © 2014. All Rights Reserved.