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:
@@ -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
|
||||
|
||||
@@ -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<…>`
|
||||
|
||||
Reference in New Issue
Block a user