Skip to content

Commit 02c6401

Browse files
committed
Polishing.
Fix includes. Original pull request: #951.
1 parent 140c774 commit 02c6401

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

883882
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.
884883

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

887885
[[jdbc.entity-callbacks]]
888886
=== Store-specific EntityCallbacks
@@ -913,6 +911,8 @@ This is the correct callback if you want to set an id programmatically.
913911
| After an aggregate root gets created from a database `ResultSet` and all its property get set.
914912
|===
915913

914+
include::{spring-data-commons-docs}/entity-callbacks.adoc[leveloffset=+1]
915+
916916
include::jdbc-custom-conversions.adoc[]
917917

918918
[[jdbc.logging]]

0 commit comments

Comments
 (0)