Skip to content

Commit f04dcfa

Browse files
committed
Polishing.
Fix includes. Original pull request: #951.
1 parent 0c9ea32 commit f04dcfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/asciidoc/jdbc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,7 @@ Embedded entities containing a `Collection` or a `Map` will always be considered
430430
Such an entity will therefore never be `null` even when using @Embedded(onEmpty = USE_NULL).
431431

432432
[[jdbc.entity-persistence.state-detection-strategies]]
433-
include::{spring-data-commons-docs}/entity-callbacks.adoc[leveloffset=+1]
434-
433+
include::{spring-data-commons-docs}/is-new-state-detection.adoc[leveloffset=+2]
435434

436435
[[jdbc.entity-persistence.id-generation]]
437436
=== ID Generation
@@ -876,7 +875,6 @@ The following table describes the available events:
876875

877876
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.
878877

879-
include::{spring-data-commons-docs}/is-new-state-detection.adoc[leveloffset=+2]
880878

881879
[[jdbc.entity-callbacks]]
882880
=== Store-specific EntityCallbacks
@@ -907,6 +905,8 @@ This is the correct callback if you want to set an id programmatically.
907905
| After an aggregate root gets created from a database `ResultSet` and all its property get set.
908906
|===
909907

908+
include::{spring-data-commons-docs}/entity-callbacks.adoc[leveloffset=+1]
909+
910910
include::jdbc-custom-conversions.adoc[]
911911

912912
[[jdbc.logging]]

0 commit comments

Comments
 (0)