【发布时间】:2016-11-23 10:25:41
【问题描述】:
在我的 postgreSQL 数据库中,我有一个数据类型为 int[] 的字段试图将其映射到 Grails 域类列 Integer[] 应用程序无法启动:
org.hibernate.type.SerializationException: could not deserialize
还有其他方法可以实现吗?
我也试过这个://insurance column: 'rs_insurance', sqlType: "integer[]"
【问题讨论】:
标签: postgresql grails