generazione applicazione e entita

This commit is contained in:
2025-12-10 17:19:16 +01:00
parent e4b8486f4b
commit 9ad99bd05f
363 changed files with 36699 additions and 44 deletions

View File

@@ -0,0 +1,62 @@
{
"annotations": {
"changelogDate": "20251210161124"
},
"applications": ["*"],
"dto": "mapstruct",
"fields": [
{
"fieldName": "oraInizio",
"fieldType": "Instant"
},
{
"fieldName": "oraFine",
"fieldType": "Instant"
},
{
"fieldName": "stato",
"fieldType": "StatoPrenotazione",
"fieldValues": "RICHIESTA,CONFERMATA,RIFIUTATA,ANNULLATA"
},
{
"fieldName": "motivoEvento",
"fieldType": "String"
},
{
"fieldName": "numeroPartecipanti",
"fieldType": "Integer"
},
{
"fieldName": "noteUtente",
"fieldType": "String"
}
],
"jpaMetamodelFiltering": true,
"name": "Prenotazione",
"pagination": "pagination",
"relationships": [
{
"otherEntityName": "conferma",
"otherEntityRelationshipName": "prenotazione",
"relationshipName": "conferma",
"relationshipSide": "left",
"relationshipType": "one-to-one"
},
{
"otherEntityField": "username",
"otherEntityName": "utenteApp",
"relationshipName": "utente",
"relationshipSide": "left",
"relationshipType": "many-to-one"
},
{
"otherEntityField": "nome",
"otherEntityName": "struttura",
"relationshipName": "struttura",
"relationshipSide": "left",
"relationshipType": "many-to-one"
}
],
"searchEngine": "no",
"service": "serviceImpl"
}