Quantcast
Channel: Can we use both MongoRepository and MongoTemplate in same application - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Antariksh for Can we use both MongoRepository and MongoTemplate in...

Although MongoRepository is much simpler to use than MongoTemplate, MongoTemplate gives you more fine grained control over the queries that you're implementing.Having said that you can still be...

View Article



Can we use both MongoRepository and MongoTemplate in same application

I need to write some complex query on MongoDB and some simple queries.Can I use MongoRepository for simple queries and MongoTemplate along with Query or Criteria for complex query implementation same...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images