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 to DefaultCouchbaseDocumentManager
Implemented a count method that executes a N1QL count query
on the provided SelectQuery, returning the total number of
matching documents in the Couchbase bucket.
Signed-off-by: Maximillian Arruda <[email protected]>
(cherry picked from commit da99e2c)
Copy file name to clipboardExpand all lines: jnosql-couchbase/src/main/java/org/eclipse/jnosql/databases/couchbase/communication/DefaultCouchbaseDocumentManager.java
0 commit comments