Files
smartbooking/.jhipster/AuditLog.json

50 lines
1.0 KiB
JSON

{
"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"
}