Files
smartbooking/.jhipster/Conferma.json
Simone Bierti 35e3c51623
All checks were successful
Build and Publish / build (push) Successful in 3m8s
bugfix di alcuni problemi di interfaccia
2026-04-11 22:00:48 +02:00

40 lines
921 B
JSON

{
"annotations": {
"changelogDate": "20251210161125"
},
"applications": ["*"],
"dto": "mapstruct",
"fields": [
{
"fieldName": "motivoConferma",
"fieldType": "String"
},
{
"fieldName": "tipoConferma",
"fieldType": "TipoConferma",
"fieldValues": "CONFERMATA,RIFIUTATA"
}
],
"jpaMetamodelFiltering": true,
"name": "Conferma",
"pagination": "pagination",
"relationships": [
{
"otherEntityField": "username",
"otherEntityName": "utenteApp",
"relationshipName": "confermataDa",
"relationshipSide": "left",
"relationshipType": "many-to-one"
},
{
"otherEntityName": "prenotazione",
"otherEntityRelationshipName": "conferma",
"relationshipName": "prenotazione",
"relationshipSide": "right",
"relationshipType": "one-to-one"
}
],
"searchEngine": "no",
"service": "serviceImpl"
}