{ "name": "PersonnelFormation", "fields": [ { "fieldName": "idFormation", "fieldType": "Long" }, { "fieldName": "idPersonnel", "fieldType": "Long" } ], "relationships": [ { "relationshipType": "many-to-one", "otherEntityName": "formation", "otherEntityRelationshipName": "idPersonnel", "relationshipName": "formation", "otherEntityField": "id" } ], "changelogDate": "20210618112555", "entityTableName": "personnel_formation", "dto": "mapstruct", "pagination": "pagination", "service": "serviceClass", "jpaMetamodelFiltering": false, "fluentMethods": true, "readOnly": false, "embedded": false, "clientRootFolder": "formationContinue", "applications": "*", "microserviceName": "FormationContinue" }