Skip to content

Commit

Permalink
fix sample definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Nov 1, 2023
1 parent 0ff23e0 commit c1c6254
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
{
"otherEntityField": "id",
"otherEntityName": "jpaFilteringOtherSide",
"otherEntityRelationshipName": "jpaFilteringRelationship",
"otherEntityRelationshipName": "requiredManyToOneOtherSide",
"relationshipName": "requiredManyToOne",
"relationshipType": "many-to-one",
"relationshipValidateRules": "required"
},
{
"otherEntityField": "id",
"otherEntityName": "jpaFilteringOtherSide",
"otherEntityRelationshipName": "jpaFilteringRelationship",
"otherEntityRelationshipName": "manyToOneOtherSide",
"relationshipName": "manyToOne",
"relationshipType": "many-to-one"
},
Expand Down

0 comments on commit c1c6254

Please sign in to comment.