generazione applicazione e entita
This commit is contained in:
33
.jhipster/Messaggio.json
Normal file
33
.jhipster/Messaggio.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161130"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "spedito",
|
||||
"fieldType": "Instant"
|
||||
},
|
||||
{
|
||||
"fieldName": "testo",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "letto",
|
||||
"fieldType": "Instant"
|
||||
}
|
||||
],
|
||||
"name": "Messaggio",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityField": "username",
|
||||
"otherEntityName": "utenteApp",
|
||||
"relationshipName": "utente",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
Reference in New Issue
Block a user