DATACASS-641 - Fix documentation for java.util.UUID type mapping.

Since 2.0, java.util.UUID maps by default to uuid instead of timeuuid. Documentation now reflects this change.
This commit is contained in:
Mark Paluch
2019-03-27 10:23:19 +01:00
parent 42cc65aaab
commit 7934da03fb
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ to `org.springframework.data.cassandra`.
* Introduced new annotation for `@AllowFiltering`.
* Index creation on application startup via `@Indexed` and `@SASI`.
* Tooling support for null-safety via Spring's `@NonNullApi` and `@Nullable` annotations.
* `java.util.UUID` properties default now to `uuid` column type, was previously `timeuuid`.
[[new-features.1-5-0]]
== What's new in Spring Data for Apache Cassandra 1.5

View File

@@ -73,7 +73,7 @@ for further details. The following table maps Spring Data types to Cassandra typ
| `blob`
| `java.util.UUID`
| `timeuuid`
| `uuid`
| `TupleValue`, mapped Tuple Types
| `tuple<…>`