gert-wijns / TypeSafeQueryBuilder

Compile time assistence while creating queries, making them more type safe and easier to refactor
6 stars 8 forks source link

Add subdto selection for conversion #10

Closed gert-wijns closed 10 years ago

gert-wijns commented 10 years ago

Add a way to select values in another dto than the resulting selected dto, which can be used with a converter to select values into the resulting selected dto when the selected values are being converted to the resulting selected dto.

gert-wijns commented 10 years ago

Implemented as selectParallel with a merger.