Skip to content

Commit

Permalink
add back reference from child to grandchild
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpaw committed Mar 18, 2022
1 parent caf1758 commit bb8e267
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
"ownerSide": true,
"relationshipName": "mapsIdParentEntityWithDTO",
"relationshipType": "one-to-one"
},
{
"otherEntityName": "mapsIdGrandchildEntityWithDTO",
"otherEntityRelationshipName": "mapsIdChildEntityWithDTO",
"ownerSide": false,
"relationshipName": "mapsIdGrandchildEntityWithDTO",
"relationshipType": "one-to-one"
}
],
"searchEngine": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
"ownerSide": true,
"relationshipName": "mapsIdParentEntityWithoutDTO",
"relationshipType": "one-to-one"
},
{
"otherEntityName": "mapsIdGrandchildEntityWithoutDTO",
"otherEntityRelationshipName": "mapsIdChildEntityWithoutDTO",
"ownerSide": false,
"relationshipName": "mapsIdGrandchildEntityWithoutDTO",
"relationshipType": "one-to-one"
}
],
"searchEngine": false,
Expand Down

0 comments on commit bb8e267

Please sign in to comment.