]
Brett Meyer resolved ARTIF-717.
-------------------------------
Resolution: Done
Implement a CQRS pattern, separating the JPA entities and a query
DTO
---------------------------------------------------------------------
Key: ARTIF-717
URL:
https://issues.jboss.org/browse/ARTIF-717
Project: Artificer
Issue Type: Sub-task
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 1.0.0.Beta2
Implement a CQRS pattern. The JPA entities should be used purely for writes and
single-artifact reads. Queries should switch to using a new ArtifactSummary DTO with
bare-bones data. All clients should reflect that as well.