gpt4 book ai didi

java - 在 hibernate 中从 postgresql 查询 JSON 数组会抛出 JDBC 类型没有方言映射 : 1111

转载 作者:行者123 更新时间:2023-12-01 09:55:50 24 4
gpt4 key购买 nike

我正在使用 PostgreSQL 数据库,并且表中有一个 JSON 类型列。存储在列中的 JSON 值有一个迭代部分,我确实需要从数据库中将其作为列表检索。

@Query(value = "SELECT json_array_elements(table_column_name->'BBList') FROM table_name", nativeQuery = true)
public List <Object[]> findJsonList();

查询返回此错误:

org.hibernate.MappingException: No Dialect mapping for JDBC type: 1111

正确的返回类型是什么?

( see the JSON image

最佳答案

在这种情况下,尝试使用 ->> 运算符:

请参阅下面的帖子:

Execute Query based on the JSON that stored inside the column

关于java - 在 hibernate 中从 postgresql 查询 JSON 数组会抛出 JDBC 类型没有方言映射 : 1111,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37235717/

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