Open annybudong opened 4 years ago
No, You have to use the mapper classes to convert the model classes to Entity and Entity to model class.
Please look at the UserEntityDataMapper.java
No, You have to use the mapper classes to convert the model classes to Entity and Entity to model class. Please look at the
UserEntityDataMapper.java
thanks so much
If only the data layer has entities,so domain need depends on data. This breaks the dependency rules right?