@ -430,8 +430,7 @@ Embedded entities containing a `Collection` or a `Map` will always be considered
@@ -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).
@ -882,7 +881,6 @@ The following table describes the available events:
@@ -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.
@ -913,6 +911,8 @@ This is the correct callback if you want to set an id programmatically.
@@ -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.