gpt4 book ai didi

java - Spring Cassandra 模型映射

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:02:01 25 4
gpt4 key购买 nike

我有如下表格

col1 text,
col2 timestamp,
col3 text,
col4 text,
col5 text,
col6 date,
col7 time,

我不知道如何为上面的表创建一个 bean 类。到目前为止,我已经使用以下键创建了一个 bean。但是没用

@PrimaryKey
String col1;

Date col2;

String col3;

String col4;

String col5;

Date col6;

String col6;

请帮助我在 Spring 中处理 Cassandra 数据类型,例如 timestamptimedate

最佳答案

┌───────────┬────────────────────────────────────────┐
│ timestamp │ java.util.Date │
├───────────┼────────────────────────────────────────┤
│ date │ com.datastax.driver.core.LocalDate │
├───────────┼────────────────────────────────────────┤
│ time │ long │
└───────────┴────────────────────────────────────────┘

1。 Spring Data for Apache Cassandra - 13.1. Data Mapping and Type Conversion
<补充>2。 Java Driver for Apache Cassandra - CQL to Java type mapping

关于java - Spring Cassandra 模型映射,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48864232/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com