Files
Marc Wrobel ce994f9ea0 Fix typos in documentations.
Fix typos in READMEs, javadoc, comments and code.

Original pull request #642
2022-07-29 13:07:11 +02:00
..
2022-07-29 13:07:11 +02:00

== Spring Data JDBC How To Bidirectional External Relationship

An external relationship is one that links one aggregate from another one.
Spring Data JDBC models such a relationship by referencing the aggregate by id, possibly wrapped in an `AggregateReference`.

For a bidirectional navigation it turns out you just need an additional query method.