คำถามติดแท็ก hibernate-spatial

1
Hibernate Spatial 4 และ PostGIS 2.0
ฉันมีปัญหาบางอย่างในการรวมเทคโนโลยีเหล่านี้: Hibernate Spatial 4.0-M1 PostGIS 2.0.2 (ด้วย JDBC 2.0.2 ที่คอมไพล์แล้ว) ไฮเบอร์เนต 4.1.1 ข้อผิดพลาดเฉพาะคือ: Caused by: org.postgresql.util.PSQLException: Can't infer the SQL type to use for an instance of org.postgis.PGgeometry. Use setObject() with an explicit Types value to specify the type to use. หมายเหตุประกอบเอนทิตีคือ: @NotNull @Column(columnDefinition="Geometry") @Type(type="org.hibernate.spatial.GeometryType") private Point geom; และตัวอย่างการสร้างจุดคือ: Location …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.