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.

35 lines
798 B

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