Files
Jens Schauder c4d1ca270f Demonstrate Schema Generation in Spring Data Jdbc.
This provides the source examples for the upcoming blog post.

Closes #667
2023-08-24 12:48:04 -07:00
..
2022-07-29 13:07:11 +02:00
2023-04-24 13:46:08 +02:00

== Spring Data JDBC How Tos

=== ID Generation

Demonstrates the various ways how the user might control generation of IDs when the default of database generated IDs is not sufficient.

=== Bidirectional aggregate internal relationships.

Demonstrates how to maintain a bidirectional relationship within a single aggregate.

=== Bidirectional relationships between aggregates.

Demonstrates how to maintain a bidirectional relationship between aggregates.