Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When converting an Entity to Value, the Associations are EntityReferences inside the Value, and can only be accessed within a UnitOfWork. And that is fine.
But if I want to convert all those associations into values, a boilerplate code is needed over and over again. It would make a lot of sense to put these into the UnitOfWork itself.