Skip to content

Commit d76017f

Browse files
mp911dechristophstrobl
authored andcommitted
Polishing.
Original Pull Request: #4949
1 parent a4cc5bb commit d76017f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/antora/modules/ROOT/pages/repositories/core-concepts.adoc

-8
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,3 @@ include::{commons}@data-commons::page$repositories/core-concepts.adoc[]
22

33
[[mongodb.entity-persistence.state-detection-strategies]]
44
include::{commons}@data-commons::page$is-new-state-detection.adoc[leveloffset=+1]
5-
6-
[NOTE]
7-
====
8-
Cassandra provides no means to generate identifiers upon inserting data.
9-
As consequence, entities must be associated with identifier values.
10-
Spring Data defaults to identifier inspection to determine whether an entity is new.
11-
If you want to use xref:mongodb/auditing.adoc[auditing] make sure to either use xref:mongodb/template-crud-operations.adoc#mongo-template.optimistic-locking[Optimistic Locking] or implement `Persistable` for proper entity state detection.
12-
====

0 commit comments

Comments
 (0)