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
736 B

{
"name": "OrganismeFormation",
"fields": [
{
"fieldName": "nom",
"fieldType": "String"
},
{
"fieldName": "telephone",
"fieldType": "String"
},
{
"fieldName": "adresse",
"fieldType": "String"
},
{
"fieldName": "description",
"fieldType": "String"
}
],
"relationships": [],
"changelogDate": "20210618095841",
"entityTableName": "organisme_formation",
"dto": "mapstruct",
"pagination": "pagination",
"service": "serviceClass",
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"readOnly": false,
"embedded": false,
"clientRootFolder": "organismeFormation",
"applications": "*",
"microserviceName": "OrganismeFormation"
}