我正在使用GORM映射到PostgreSQL数据库。 我正在尝试将lat / long的locationxy映射到PostgreSQL中的点数据类型。
static mapping = {
locationXY type: 'point'
}
但是我收到了未知数据类型的错误:
引起:org.hibernate.MappingException:无法确定类型 for:Point,at table:locations,for columns: [org.hibernate.mapping.Column(locationxy)]
答案 0 :(得分:1)
查看Hibernate空间插件。由于可以从Grails使用Hibernate类型,我认为这是开始的地方。 http://www.grails.org/plugin/hibernate-spatial-postgresql