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.
 
 

53 lines
1.2 KiB

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