DATAJDBC-555 - Polishing.

Fixes a typo.

Original pull request #228.
This commit is contained in:
Andy Garfield
2020-06-05 15:03:34 -04:00
committed by Jens Schauder
parent 080d3af504
commit 75bdf04a34

View File

@@ -881,7 +881,7 @@ The following table describes the available events:
| After an aggregate root gets saved (that is, inserted or updated).
| {javadoc-base}org/springframework/data/relational/core/mapping/event/AfterLoadEvent.html[`AfterLoadEvent`]
| After an aggregate root gets created from a database `ResultSet` and all its property get set.
| After an aggregate root gets created from a database `ResultSet` and all its properties get set.
|===
WARNING: Lifecycle events depend on an `ApplicationEventMulticaster`, which in case of the `SimpleApplicationEventMulticaster` can be configured with a `TaskExecutor`, and therefore gives no guarantees when an Event is processed.