Privacy.json 701B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "Privacy",
  3. "fields": [
  4. {
  5. "fieldName": "privacyId",
  6. "fieldType": "Long"
  7. },
  8. {
  9. "fieldName": "publicView",
  10. "fieldType": "Boolean"
  11. },
  12. {
  13. "fieldName": "cohortView",
  14. "fieldType": "Boolean"
  15. },
  16. {
  17. "fieldName": "employerView",
  18. "fieldType": "Boolean"
  19. }
  20. ],
  21. "relationships": [],
  22. "changelogDate": "20181217184616",
  23. "entityTableName": "privacy",
  24. "dto": "no",
  25. "pagination": "no",
  26. "service": "no",
  27. "jpaMetamodelFiltering": false,
  28. "fluentMethods": true,
  29. "clientRootFolder": "",
  30. "applications": "*"
  31. }