From 02c64013da42d5d3824f957e787d31ec37e127c5 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 13 Apr 2021 15:15:33 +0200 Subject: [PATCH] Polishing. Fix includes. Original pull request: #951. --- src/main/asciidoc/jdbc.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/asciidoc/jdbc.adoc b/src/main/asciidoc/jdbc.adoc index 6d757b324..331829fe2 100644 --- a/src/main/asciidoc/jdbc.adoc +++ b/src/main/asciidoc/jdbc.adoc @@ -430,8 +430,7 @@ Embedded entities containing a `Collection` or a `Map` will always be considered Such an entity will therefore never be `null` even when using @Embedded(onEmpty = USE_NULL). [[jdbc.entity-persistence.state-detection-strategies]] -include::{spring-data-commons-docs}/entity-callbacks.adoc[leveloffset=+1] - +include::{spring-data-commons-docs}/is-new-state-detection.adoc[leveloffset=+2] [[jdbc.entity-persistence.id-generation]] === ID Generation @@ -882,7 +881,6 @@ The following table describes the available events: 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. -include::{spring-data-commons-docs}/is-new-state-detection.adoc[leveloffset=+2] [[jdbc.entity-callbacks]] === Store-specific EntityCallbacks @@ -913,6 +911,8 @@ This is the correct callback if you want to set an id programmatically. | After an aggregate root gets created from a database `ResultSet` and all its property get set. |=== +include::{spring-data-commons-docs}/entity-callbacks.adoc[leveloffset=+1] + include::jdbc-custom-conversions.adoc[] [[jdbc.logging]]