Interface CollectionAuditWriter
- All Known Implementing Classes:
InsertRowsCoordinatorAudit, RemoveCoordinatorAudit
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Contract for writing collection audit rows to the audit
table at transaction completion.
- Since:
- 7.4
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteCollectionAuditRows(PersistentCollection<?> collection, Object ownerId, Object originalSnapshot, SharedSessionContractImplementor session) Write audit rows for the given collection.
-
Method Details