-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Labels
in: repositoryRepositories abstractionRepositories abstractiontype: enhancementA general enhancementA general enhancement
Milestone
Description
Jens Schauder opened DATAJDBC-112 and commented
If an entity references another entity the referenced entity should get persisted with the original entity.
So:
LegoSet set = new LegoSet("Awesome Truck");
set.setManual(new Manual("Just plug everything together"));
repository.save(set)
should result in two inserts. One into the table LegoSet, the other into the table Manual
Referenced from: pull request #9
Metadata
Metadata
Assignees
Labels
in: repositoryRepositories abstractionRepositories abstractiontype: enhancementA general enhancementA general enhancement