taimos / dvalin

Taimos microservices framework
Apache License 2.0
14 stars 6 forks source link

[mongodb]MongoDBDataAccess should provide a method "count" #66

Closed siglocpp closed 6 years ago

siglocpp commented 6 years ago

Before MongoDB refeactor, it was possible to call count on the "collection" field of AbstractMongoDAO. Since this field is depreacted now, we should add a support for count to MongoDBDataAccess.