generazione applicazione e entita
This commit is contained in:
39
.jhipster/Conferma.json
Normal file
39
.jhipster/Conferma.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user