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