spring-data/jdbc/howto
j b8618281d7 '1' 2024-06-10 21:20:03 +08:00
..
bidirectionalexternal '1' 2024-06-10 21:20:03 +08:00
bidirectionalinternal '1' 2024-06-10 21:20:03 +08:00
caching '1' 2024-06-10 21:20:03 +08:00
idgeneration '1' 2024-06-10 21:20:03 +08:00
selectiveupdate '1' 2024-06-10 21:20:03 +08:00
README.adoc '1' 2024-06-10 21:20:03 +08:00
pom.xml '1' 2024-06-10 21:20:03 +08:00

README.adoc

== 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.