{ "name": "Formation", "fields": [ { "fieldName": "nomFormation", "fieldType": "String" }, { "fieldName": "description", "fieldType": "String" }, { "fieldName": "dateDebut", "fieldType": "LocalDate" }, { "fieldName": "dateFin", "fieldType": "LocalDate" }, { "fieldName": "idOrganismeFormation", "fieldType": "Long" } ], "relationships": [ { "relationshipType": "one-to-many", "otherEntityName": "personnelFormation", "otherEntityRelationshipName": "formation", "relationshipName": "idPersonnel" }, { "relationshipType": "many-to-many", "otherEntityName": "skill", "otherEntityRelationshipName": "formation", "relationshipName": "skill", "otherEntityField": "id", "ownerSide": true } ], "changelogDate": "20210618112355", "entityTableName": "formation", "dto": "mapstruct", "pagination": "pagination", "service": "serviceClass", "jpaMetamodelFiltering": false, "fluentMethods": true, "readOnly": false, "embedded": false, "clientRootFolder": "formationContinue", "applications": "*", "microserviceName": "FormationContinue" }