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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@
6
6
7
7
- Add `tarantool-spring-data-40` module with support for Spring Boot 4.0.x and Spring Data 4.0.x
8
8
9
+
### Documentation
10
+
11
+
- Document supported Java types for Tarantool data mapping in `tuple_pojo_mapping` docs (RU/EN), including Tarantool extension types (`decimal`, `uuid`, `datetime`, `interval`, `tuple`) and related mapping notes.
|`tuple` (Tarantool 3.x, `TUPLE_EXT`) |`io.tarantool.mapping.Tuple<T>`| Uses MsgPack `tuple` extension; useful when tuple format is returned with tuple data. |
45
+
46
+
???+ note "Note"
47
+
48
+
If you read data as `Object` (without an explicit target type), extension values are
|`interval`|`io.tarantool.mapping.Interval`| Используется MsgPack extension `interval`. |
46
+
|`tuple` (Tarantool 3.x, `TUPLE_EXT`) |`io.tarantool.mapping.Tuple<T>`| Используется MsgPack extension `tuple`; полезно, когда вместе с данными приходит формат кортежа. |
47
+
48
+
???+ note "Заметка"
49
+
50
+
Если вы читаете данные как `Object` (без явного целевого класса), extension-типы будут
0 commit comments