We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5646a25 commit c913f1aCopy full SHA for c913f1a
jnosql-mongodb/src/main/java/org/eclipse/jnosql/databases/mongodb/mapping/MongoDBTemplate.java
@@ -109,7 +109,7 @@ public interface MongoDBTemplate extends JNoSQLDocumentTemplate {
109
/**
110
* Returns the number of items in the collection that match the given query filter.
111
*
112
- * @param entity the collection name
+ * @param entity the entity type
113
* @param filter the filter
114
* @return the number of documents founded.
115
* @throws NullPointerException when filter or collectionName is null
0 commit comments