Hello guys,
Need some help in understanding the approach if one wants to store the Aggregate in Mongo Repository. I implemented custom GenericMongoRepository by extending AbstractRepository and tried saving the aggregate instance using mongo template. But it does not work as there are inherited fields does allow the instance to be saved into mongo.
Would like to hear if any one has ever tried to store an Aggregate into Mongo Repository.
Regards
Pradyumna