generazione applicazione e entita
This commit is contained in:
49
.jhipster/AuditLog.json
Normal file
49
.jhipster/AuditLog.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161121"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "entitaTipo",
|
||||
"fieldType": "TipoEntita",
|
||||
"fieldValues": "PRENOTAZIONE,CONFERMA"
|
||||
},
|
||||
{
|
||||
"fieldName": "entitaId",
|
||||
"fieldType": "Long"
|
||||
},
|
||||
{
|
||||
"fieldName": "azione",
|
||||
"fieldType": "AzioneAudit",
|
||||
"fieldValues": "CREATE,UPDATE,DELETE,CONFIRM,REJECT"
|
||||
},
|
||||
{
|
||||
"fieldName": "dettagli",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "ipAddress",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "createdAt",
|
||||
"fieldType": "Instant"
|
||||
}
|
||||
],
|
||||
"jpaMetamodelFiltering": true,
|
||||
"name": "AuditLog",
|
||||
"pagination": "pagination",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityField": "username",
|
||||
"otherEntityName": "utenteApp",
|
||||
"relationshipName": "utente",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
Reference in New Issue
Block a user