UserProfile.json 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "UserProfile",
  3. "fields": [
  4. {
  5. "fieldName": "firstName",
  6. "fieldType": "String"
  7. },
  8. {
  9. "fieldName": "lastName",
  10. "fieldType": "String"
  11. },
  12. {
  13. "fieldName": "userStack",
  14. "fieldType": "String"
  15. }
  16. ],
  17. "relationships": [
  18. {
  19. "relationshipType": "one-to-one",
  20. "relationshipName": "user",
  21. "otherEntityName": "user",
  22. "otherEntityField": "id",
  23. "ownerSide": true,
  24. "otherEntityRelationshipName": "userProfile"
  25. },
  26. {
  27. "relationshipType": "many-to-one",
  28. "relationshipName": "employer",
  29. "otherEntityName": "employer",
  30. "otherEntityField": "id"
  31. },
  32. {
  33. "relationshipType": "many-to-one",
  34. "relationshipName": "cohort",
  35. "otherEntityName": "cohort",
  36. "otherEntityField": "id"
  37. }
  38. ],
  39. "changelogDate": "20181217184612",
  40. "entityTableName": "user_profile",
  41. "dto": "no",
  42. "pagination": "no",
  43. "service": "no",
  44. "jpaMetamodelFiltering": false,
  45. "fluentMethods": true,
  46. "clientRootFolder": "",
  47. "applications": "*"
  48. }