public class BasicDBList extends BasicBSONList implements DBObject
Constructor and Description |
---|
BasicDBList() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy()
Copies this instance into a new Object.
|
boolean |
isPartialObject()
Whether
DBObject.markAsPartialObject() was ever called only matters if you are going to upsert and do not want to risk losing fields. |
void |
markAsPartialObject()
If this object was retrieved with only some fields (using a field filter) this method will be called to mark it as such.
|
containsField, containsKey, get, keySet, put, put, putAll, putAll, removeField, toMap
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
containsField, containsKey, get, keySet, put, putAll, putAll, removeField, toMap
public boolean isPartialObject()
DBObject
DBObject.markAsPartialObject()
was ever called only matters if you are going to upsert and do not want to risk losing fields.isPartialObject
in interface DBObject
public void markAsPartialObject()
DBObject
markAsPartialObject
in interface DBObject
public java.lang.Object copy()
Copyright © 2010 - 2020 Adobe. All Rights Reserved