I am doing one POC and got confused what should i use either MongoRepository or MongoOperation beacuse internally both uses MongoTempletes only. Please suggest with proper example.Thanks in advance :).
Asked
Active
Viewed 2,982 times
3
-
2MongoOperations is an interface and MongoTemplate is an implementation class of it. Here is the difference between Mongotemplate and Mongorepository explained . http://stackoverflow.com/questions/17008947/whats-the-difference-between-spring-datas-mongotemplate-and-mongorepository – pvpkiran May 05 '17 at 12:37
-
Thanks @pvpkiran – rocky May 05 '17 at 13:15