You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/com/mongodb/DBCollection.java
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ public void updateMulti( DBObject q , DBObject o ) throws MongoException {
87
87
* @param batchSize if positive, is the # of objects per batch sent back from the db. all objects that match will be returned. if batchSize < 0, its a hard limit, and only 1 batch will either batchSize or the # that fit in a batch
@@ -96,6 +97,7 @@ public void updateMulti( DBObject q , DBObject o ) throws MongoException {
96
97
* @param numToSkip will not return the first <tt>numToSkip</tt> matches
97
98
* @param batchSize if positive, is the # of objects per batch sent back from the db. all objects that match will be returned. if batchSize < 0, its a hard limit, and only 1 batch will either batchSize or the # that fit in a batch
0 commit comments