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

{
"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"
}