You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.2 KiB

3 years ago
  1. {
  2. "name": "Formation",
  3. "fields": [
  4. {
  5. "fieldName": "nomFormation",
  6. "fieldType": "String"
  7. },
  8. {
  9. "fieldName": "description",
  10. "fieldType": "String"
  11. },
  12. {
  13. "fieldName": "dateDebut",
  14. "fieldType": "LocalDate"
  15. },
  16. {
  17. "fieldName": "dateFin",
  18. "fieldType": "LocalDate"
  19. },
  20. {
  21. "fieldName": "idOrganismeFormation",
  22. "fieldType": "Long"
  23. }
  24. ],
  25. "relationships": [
  26. {
  27. "relationshipType": "one-to-many",
  28. "otherEntityName": "personnelFormation",
  29. "otherEntityRelationshipName": "formation",
  30. "relationshipName": "idPersonnel"
  31. },
  32. {
  33. "relationshipType": "many-to-many",
  34. "otherEntityName": "skill",
  35. "otherEntityRelationshipName": "formation",
  36. "relationshipName": "skill",
  37. "otherEntityField": "id",
  38. "ownerSide": true
  39. }
  40. ],
  41. "changelogDate": "20210618112355",
  42. "entityTableName": "formation",
  43. "dto": "mapstruct",
  44. "pagination": "pagination",
  45. "service": "serviceClass",
  46. "jpaMetamodelFiltering": false,
  47. "fluentMethods": true,
  48. "readOnly": false,
  49. "embedded": false,
  50. "clientRootFolder": "formationContinue",
  51. "applications": "*",
  52. "microserviceName": "FormationContinue"
  53. }