I have records with _class attribute in mongodb. Is there any method to ignore this class when retrieve data using spring data.
Asked
Active
Viewed 22 times
2
-
According to the accepted answer here: https://stackoverflow.com/questions/6810488/spring-data-mongodb-mappingmongoconverter-remove-class if you pass in an explicit type the `_class` attribute in the record will be ignored. – Mark B Oct 07 '19 at 13:39