Video.json 685B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "Video",
  3. "fields": [
  4. {
  5. "fieldName": "videoURL",
  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. "changelogDate": "20190102220101",
  22. "entityTableName": "video",
  23. "dto": "no",
  24. "pagination": "no",
  25. "service": "no",
  26. "jpaMetamodelFiltering": false,
  27. "fluentMethods": true,
  28. "clientRootFolder": "",
  29. "applications": "*"
  30. }