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
feat: add count method based on a query to MongoDBDocumentManager
Implemented a new count method that allows counting
documents based on a SelectQuery, enhancing query
capabilities for MongoDB collections.
Signed-off-by: Maximillian Arruda <[email protected]>
Copy file name to clipboardExpand all lines: jnosql-mongodb/src/main/java/org/eclipse/jnosql/databases/mongodb/communication/MongoDBDocumentManager.java
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -149,14 +149,12 @@ public void delete(DeleteQuery query) {
0 commit comments