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

62
.jhipster/Struttura.json Normal file
View File

@@ -0,0 +1,62 @@
{
"annotations": {
"changelogDate": "20251210161126"
},
"applications": ["*"],
"dto": "mapstruct",
"fields": [
{
"fieldName": "nome",
"fieldType": "String"
},
{
"fieldName": "descrizione",
"fieldType": "String"
},
{
"fieldName": "indirizzo",
"fieldType": "String"
},
{
"fieldName": "capienzaMax",
"fieldType": "Integer"
},
{
"fieldName": "attiva",
"fieldType": "Boolean"
},
{
"fieldName": "fotoUrl",
"fieldType": "String"
},
{
"fieldName": "createdAt",
"fieldType": "Instant"
},
{
"fieldName": "updatedAt",
"fieldType": "Instant"
}
],
"jpaMetamodelFiltering": true,
"name": "Struttura",
"pagination": "pagination",
"relationships": [
{
"otherEntityName": "disponibilita",
"otherEntityRelationshipName": "struttura",
"relationshipName": "disponibilita",
"relationshipSide": "right",
"relationshipType": "one-to-many"
},
{
"otherEntityName": "modelloLiberatoria",
"otherEntityRelationshipName": "struttura",
"relationshipName": "moduliLiberatorie",
"relationshipSide": "right",
"relationshipType": "one-to-many"
}
],
"searchEngine": "no",
"service": "serviceImpl"
}