citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.92k stars 1.47k forks source link

Clearer and more isolated aggregates #108

Closed ptornhult closed 4 months ago

ptornhult commented 1 year ago

Currently the aggregates have direct references to eachothers roots; replace this with identity references.

Note from @orende "I recommend doing this after the JPA migration. It's not a trivial change given the considerable complexity of JPA annotations, but should be possible with enough study of the documentation."

orende commented 4 months ago

Moved to Projects view.