AccountDetails.json 920B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "AccountDetails",
  3. "fields": [
  4. {
  5. "fieldName": "securityQuestion",
  6. "fieldType": "String"
  7. },
  8. {
  9. "fieldName": "securityAnswer",
  10. "fieldType": "String"
  11. },
  12. {
  13. "fieldName": "phoneNumber",
  14. "fieldType": "String"
  15. }
  16. ],
  17. "relationships": [
  18. {
  19. "relationshipType": "one-to-one",
  20. "relationshipName": "userAccount",
  21. "otherEntityName": "user",
  22. "otherEntityField": "email",
  23. "ownerSide": true,
  24. "otherEntityRelationshipName": "accountDetails"
  25. }
  26. ],
  27. "changelogDate": "20190102220056",
  28. "entityTableName": "account_details",
  29. "dto": "no",
  30. "pagination": "no",
  31. "service": "no",
  32. "jpaMetamodelFiltering": false,
  33. "fluentMethods": true,
  34. "clientRootFolder": "",
  35. "applications": "*"
  36. }