From 7085fbbedb59059ba9da9e604affbad8d667f766 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 20 Nov 2020 11:59:26 +0100 Subject: [PATCH] #505 - Correctly describe AfterSaveCallback. --- src/main/asciidoc/reference/r2dbc-entity-callbacks.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/reference/r2dbc-entity-callbacks.adoc b/src/main/asciidoc/reference/r2dbc-entity-callbacks.adoc index 67379a2..34a79cf 100644 --- a/src/main/asciidoc/reference/r2dbc-entity-callbacks.adoc +++ b/src/main/asciidoc/reference/r2dbc-entity-callbacks.adoc @@ -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`