Browse Source

DATAJDBC-555 - Polishing.

Fixes a typo.

Original pull request #228.
pull/229/head
Andy Garfield 6 years ago committed by Jens Schauder
parent
commit
75bdf04a34
No known key found for this signature in database
GPG Key ID: 996B1389BA0721C3
  1. 2
      src/main/asciidoc/jdbc.adoc

2
src/main/asciidoc/jdbc.adoc

@ -881,7 +881,7 @@ The following table describes the available events: @@ -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.

Loading…
Cancel
Save