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

{
"name": "Skill",
"fields": [
{
"fieldName": "idFormation",
"fieldType": "Long"
},
{
"fieldName": "nom",
"fieldType": "String"
}
],
"relationships": [
{
"relationshipType": "many-to-many",
"otherEntityName": "formation",
"otherEntityRelationshipName": "skill",
"relationshipName": "formation",
"otherEntityField": "id",
"ownerSide": false
}
],
"changelogDate": "20210618112455",
"entityTableName": "skill",
"dto": "mapstruct",
"pagination": "pagination",
"service": "serviceClass",
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"readOnly": false,
"embedded": false,
"clientRootFolder": "formationContinue",
"applications": "*",
"microserviceName": "FormationContinue"
}