Issue Description
Currently we have defined the JPA entities as the domain objects.
Ideally these should be moved to the infrastructure layer and a new set of objects defined that could be used for the API contract.
Open Questions
- How should we handle the JPA repository interfaces? Should they be considered infrastructure?
Issue Description
Currently we have defined the JPA entities as the domain objects.
Ideally these should be moved to the infrastructure layer and a new set of objects defined that could be used for the API contract.
Open Questions