1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "Photo",
  3. "fields": [
  4. {
  5. "fieldName": "imageURL",
  6. "fieldType": "String"
  7. },
  8. {
  9. "fieldName": "size",
  10. "fieldType": "Long"
  11. }
  12. ],
  13. "relationships": [
  14. {
  15. "relationshipType": "many-to-one",
  16. "relationshipName": "post",
  17. "otherEntityName": "post",
  18. "otherEntityField": "id"
  19. },
  20. {
  21. "relationshipType": "many-to-many",
  22. "otherEntityRelationshipName": "",
  23. "relationshipName": "album",
  24. "otherEntityName": "album",
  25. "otherEntityField": "name",
  26. "ownerSide": true
  27. }
  28. ],
  29. "changelogDate": "20190102220100",
  30. "entityTableName": "photo",
  31. "dto": "no",
  32. "pagination": "no",
  33. "service": "no",
  34. "jpaMetamodelFiltering": false,
  35. "fluentMethods": true,
  36. "clientRootFolder": "",
  37. "applications": "*"
  38. }