#505 - Correctly describe AfterSaveCallback.

This commit is contained in:
Mark Paluch
2020-11-20 11:59:26 +01:00
parent 6bd217d229
commit 7085fbbedb

View File

@@ -35,7 +35,7 @@ Can modify the target, to be persisted, `OutboundRow` containing all mapped enti
| AfterSaveCallback
| `onAfterSave(T entity, OutboundRow row, SqlIdentifier table)`
| Invoked before a domain object is saved. +
| Invoked after a domain object is saved. +
Can modify the domain object, to be returned after save, `OutboundRow` containing all mapped entity information.
| `Ordered.LOWEST_PRECEDENCE`