-
- All Implemented Interfaces:
public class AuditLog.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AuditLog.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AuditLogfromAtomicOp(Table table, Long entityId, List<Change> changes, String user, AuditOperationType opType)final AuditLogfromAtomicOp(Table table, Long entityId, List<Change> changes, OAuth2User user, AuditOperationType opType)-
-
Method Detail
-
fromAtomicOp
final AuditLog fromAtomicOp(Table table, Long entityId, List<Change> changes, String user, AuditOperationType opType)
-
fromAtomicOp
final AuditLog fromAtomicOp(Table table, Long entityId, List<Change> changes, OAuth2User user, AuditOperationType opType)
-
-
-
-