Hi! I try to find the way to populate DDD aggregate with simple joined query. At this moment it possible only by giving all needed fields in select query. I whant to use this way to populate all struct with nested struct fields at once.
https://stackoverflow.com/a/13153422
For example:
type Wagon struct {
Wagon
State WagonState
Location WagonLocation
}
Hi! I try to find the way to populate DDD aggregate with simple joined query. At this moment it possible only by giving all needed fields in select query. I whant to use this way to populate all struct with nested struct fields at once. https://stackoverflow.com/a/13153422
For example:
with
Is it possible to add to this lib?