Friend.json 795B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "Friend",
  3. "fields": [
  4. {
  5. "fieldName": "topFriend",
  6. "fieldType": "Boolean"
  7. }
  8. ],
  9. "relationships": [
  10. {
  11. "relationshipType": "many-to-one",
  12. "relationshipName": "user",
  13. "otherEntityName": "user",
  14. "otherEntityField": "email"
  15. },
  16. {
  17. "relationshipType": "many-to-one",
  18. "relationshipName": "friend",
  19. "otherEntityName": "user",
  20. "otherEntityField": "email"
  21. }
  22. ],
  23. "changelogDate": "20190102220058",
  24. "entityTableName": "friend",
  25. "dto": "no",
  26. "pagination": "no",
  27. "service": "no",
  28. "jpaMetamodelFiltering": false,
  29. "fluentMethods": true,
  30. "clientRootFolder": "",
  31. "applications": "*"
  32. }