Uses of Class
de.caluga.morphium.driver.Doc
-
-
Uses of Doc in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver that return Doc Modifier and Type Method Description DocDoc. add(String k, Object value)DocDoc. addIfNotNull(String k, Object value)DocDoc. addNull(String k)static DocDoc. of()static DocDoc. of(String k1, Object v1)static DocDoc. of(String k1, Object v1, String k2, Object v2)static DocDoc. of(String k1, Object v1, String k2, Object v2, String k3, Object v3)static DocDoc. of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4)static DocDoc. of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5)static DocDoc. of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5, String k6, Object v6)static DocDoc. of(Map<String,Object> map)Methods in de.caluga.morphium.driver that return types with arguments of type Doc Modifier and Type Method Description static List<Doc>Doc. convertToDocList(List<Map<String,Object>> lst)Method parameters in de.caluga.morphium.driver with type arguments of type Doc Modifier and Type Method Description static List<Map<String,Object>>Doc. convertToMapList(List<Doc> lst) -
Uses of Doc in de.caluga.morphium.driver.bson
Methods in de.caluga.morphium.driver.bson that return Doc Modifier and Type Method Description DocMongoJSScript. getContext()Methods in de.caluga.morphium.driver.bson with parameters of type Doc Modifier and Type Method Description voidMongoJSScript. setContext(Doc context)Constructors in de.caluga.morphium.driver.bson with parameters of type Doc Constructor Description MongoJSScript(String js, Doc context) -
Uses of Doc in de.caluga.morphium.driver.bulk
Methods in de.caluga.morphium.driver.bulk that return Doc Modifier and Type Method Description DocUpdateBulkRequest. getCmd()DocDeleteBulkRequest. getQuery()DocUpdateBulkRequest. getQuery()Methods in de.caluga.morphium.driver.bulk with parameters of type Doc Modifier and Type Method Description voidUpdateBulkRequest. setCmd(Doc cmd)voidDeleteBulkRequest. setQuery(Doc query)voidUpdateBulkRequest. setQuery(Doc query) -
Uses of Doc in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return Doc Modifier and Type Method Description DocMapReduceCommand. getCollation()DocWatchCommand. getCursor()DocDeleteMongoCommand. getLet()DocWatchCommand. getLet()DocMapReduceCommand. getOutConfig()DocMapReduceCommand. getQuery()DocMapReduceCommand. getScope()DocMapReduceCommand. getSort()DocMapReduceCommand. getWriteConcern()DocWatchCommand. getWriteConern()Methods in de.caluga.morphium.driver.commands that return types with arguments of type Doc Modifier and Type Method Description List<Doc>DeleteMongoCommand. getDeletes()Methods in de.caluga.morphium.driver.commands with parameters of type Doc Modifier and Type Method Description DeleteMongoCommandDeleteMongoCommand. addDelete(Doc del)DeleteMongoCommandDeleteMongoCommand. addDelete(Doc query, Integer limit, Doc collation, String hint)MapReduceCommandMapReduceCommand. setCollation(Doc collation)WatchCommandWatchCommand. setCursor(Doc cursor)DeleteMongoCommandDeleteMongoCommand. setLet(Doc let)WatchCommandWatchCommand. setLet(Doc let)MapReduceCommandMapReduceCommand. setOutConfig(Doc outConfig)MapReduceCommandMapReduceCommand. setQuery(Doc query)MapReduceCommandMapReduceCommand. setScope(Doc scope)MapReduceCommandMapReduceCommand. setSort(Doc sort)MapReduceCommandMapReduceCommand. setWriteConcern(Doc writeConcern)WatchCommandWatchCommand. setWriteConern(Doc writeConern)Method parameters in de.caluga.morphium.driver.commands with type arguments of type Doc Modifier and Type Method Description DeleteMongoCommandDeleteMongoCommand. setDeletes(List<Doc> deletes) -
Uses of Doc in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire that return Doc Modifier and Type Method Description DocBulkContext. execute() -
Uses of Doc in de.caluga.morphium.driver.wireprotocol
Methods in de.caluga.morphium.driver.wireprotocol that return Doc Modifier and Type Method Description DocOpQuery. getDoc()DocOpUpdate. getSelector()DocOpUpdate. getUpdate()Methods in de.caluga.morphium.driver.wireprotocol that return types with arguments of type Doc Modifier and Type Method Description List<Doc>OpInsert. getDocuments()Methods in de.caluga.morphium.driver.wireprotocol with parameters of type Doc Modifier and Type Method Description voidOpInsert. addDocument(Doc doc)voidOpQuery. setDoc(Doc doc)voidOpDelete. setSelector(Doc selector)voidOpUpdate. setSelector(Doc selector)voidOpUpdate. setUpdate(Doc update)Method parameters in de.caluga.morphium.driver.wireprotocol with type arguments of type Doc Modifier and Type Method Description voidOpInsert. setDocuments(List<Doc> documents)
-