You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments