|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirtyableDBObject
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.mongodb.DBObject |
|---|
isPartialObject, markAsPartialObject |
| Methods inherited from interface org.bson.BSONObject |
|---|
containsField, containsKey, get, keySet, put, putAll, putAll, removeField, toMap |
| Method Detail |
|---|
boolean isDirty()
void markPersisted(com.mongodb.DBCollection dbCollection)
boolean isPersisted(com.mongodb.DBCollection dbCollection)
Iterator<String> getDirtyKeys()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||