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.

34 lines
810 B

3 years ago
  1. {
  2. "name": "PersonnelFormation",
  3. "fields": [
  4. {
  5. "fieldName": "idFormation",
  6. "fieldType": "Long"
  7. },
  8. {
  9. "fieldName": "idPersonnel",
  10. "fieldType": "Long"
  11. }
  12. ],
  13. "relationships": [
  14. {
  15. "relationshipType": "many-to-one",
  16. "otherEntityName": "formation",
  17. "otherEntityRelationshipName": "idPersonnel",
  18. "relationshipName": "formation",
  19. "otherEntityField": "id"
  20. }
  21. ],
  22. "changelogDate": "20210618112555",
  23. "entityTableName": "personnel_formation",
  24. "dto": "mapstruct",
  25. "pagination": "pagination",
  26. "service": "serviceClass",
  27. "jpaMetamodelFiltering": false,
  28. "fluentMethods": true,
  29. "readOnly": false,
  30. "embedded": false,
  31. "clientRootFolder": "formationContinue",
  32. "applications": "*",
  33. "microserviceName": "FormationContinue"
  34. }