public interface DirtyableDBObject
extends com.mongodb.DBObject
| Modifier and Type | Method and Description |
|---|---|
Object |
getDelegate() |
Iterator<String> |
getDirtyKeys() |
boolean |
isDirty() |
boolean |
isPersisted(com.mongodb.DBCollection dbCollection) |
void |
markPersisted(com.mongodb.DBCollection dbCollection)
Consider the current state of the object to be in sync with the persisted state.
|
boolean isDirty()
void markPersisted(com.mongodb.DBCollection dbCollection)
boolean isPersisted(com.mongodb.DBCollection dbCollection)
Iterator<String> getDirtyKeys()
Object getDelegate()
Copyright © 2014. All Rights Reserved.