|
StudentEntityMongoDb studentEntity = new StudentEntityMongoDb(student.getId(),student.getName()); |
if you have 100 filels then we can not add 100 fields value in students object and then delete it. its not proper wy to delete any record. you can directly delete it by id.
SpringProject/dependencyInjection 2.0/src/main/java/com/quinbay/dependencyInjection/service/StudentServiceImpl.java
Line 222 in 928590d
if you have 100 filels then we can not add 100 fields value in students object and then delete it. its not proper wy to delete any record. you can directly delete it by id.