Questions tagged [spring-mvc]
53 questions
4
votes
1 answer
Why do we use redundant CRUD methods in service and persistence layers?
I read few sentences of this.
I understand that simply put, the persistence layer (with its repository objects) deals with basic data access CRUD. The service layer on contains business logic. In my view, a service object contains multiples CRUD…

Jason Krs
- 179