When I generate a value object directly from an Entity, the validation rules of the entity are not copied into the VO. Is there any way this could be added to Sculpture?
When I generate Service Layer CRUD operations, the Value Objects have the validation rules, but they are not interchangeable with the VO I generated from the entity.
I would like to see if I can work through a single service for each entity (Client Service, Project Service), and handle both Crud and custom service methods using the same value objects. Perhaps a generated CRUD Value Object can be selected as the return type of a Service I add to the designer.