So if I get it right, I have theoretically two classes for Car, an entity Car and a DTO Car. Both have same fields and getters/setters. and as next step I use one class (instead of interface) car, that is used for both? Or is it better to separate each implementation (jpa entity and data transfer object)?
-- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
