public final class MongoDbDocumentObject extends Object implements NoSqlObject<org.bson.Document>
NoSqlObject typed to a BSON Document.| Constructor and Description |
|---|
MongoDbDocumentObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(String field,
NoSqlObject<org.bson.Document> value) |
void |
set(String field,
NoSqlObject<org.bson.Document>[] values) |
void |
set(String field,
Object value) |
void |
set(String field,
Object[] values) |
org.bson.Document |
unwrap() |
public void set(String field, NoSqlObject<org.bson.Document> value)
set in interface NoSqlObject<org.bson.Document>public void set(String field, NoSqlObject<org.bson.Document>[] values)
set in interface NoSqlObject<org.bson.Document>public void set(String field, Object value)
set in interface NoSqlObject<org.bson.Document>public void set(String field, Object[] values)
set in interface NoSqlObject<org.bson.Document>public org.bson.Document unwrap()
unwrap in interface NoSqlObject<org.bson.Document>Copyright © 1999-2021 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.