Skip to main content
0 votes
0 answers
62 views

I have a custom Oracle Hibernate Dialect with a custom Oracle spatial type. This type is supposed to replace the standard SDOGeometryType. The purpose of this custom type is to handle complex arcs in ...
Steven Barendregt's user avatar
0 votes
1 answer
195 views

Trying to return an object containing a Geometry through a REST interface using Spring. While the other fields are returned correctly, the geometry field comes out looking like: "location":{&...
stackbacker's user avatar
0 votes
1 answer
125 views

I'm trying to write a geometry to a Postgres database with Postgis extension enabled together with OpenLiberty 24.0.0.11 and Hibernate-spatial 6.6.3.Final, but get the following error: jakarta....
Ewoud's user avatar
  • 133
1 vote
1 answer
475 views

application.properties: spring.datasource.url=jdbc:postgresql://localhost:5432/test_postgis spring.datasource.username=postgres spring.datasource.password=1234 spring.datasource.driver-class-name=org....
Vítor Fraporti Rosmann's user avatar
0 votes
1 answer
385 views

I'm trying to migrate to Spring Boot 3 (and hibernate-spatial:6.4.1.Final) So before migration i have following lines in my @Entity describing a column in the table storing a MultiLineString geometry: ...
Folli's user avatar
  • 144
0 votes
1 answer
476 views

I basically encounter the same problem described in this post: hibernate-spatial-4.0 creates bytea column type instead of geometry According to the hibernate docs the type mapping of a jts Geometry ...
xBlu3's user avatar
  • 11
0 votes
1 answer
89 views

I have a question about hibernate-spatial. (I'm using hibernate version 6.1.7.Final) The official hibernate documentation says that MySql's St_Buffer is not supported, @Query(""" ...
ahdjd 5's user avatar
0 votes
1 answer
723 views

I have a problem to set latitude and longitude to Point with the usager of Hibanate Spatial feature in Spring Boot. I cannot set it as I guess there is a problem in columnDefinition. How can I fix it? ...
Sercan Noyan Germiyanoğlu's user avatar
-1 votes
1 answer
642 views

hi i'm trying to insert and read geo data(POINT) to mySQL DB. I am using JPA. I got latitude and longitude from the frontend and I made a String like POINT(10 20) as wkt. then by using WKTReader, I ...
GyeongEun Kim's user avatar
3 votes
2 answers
1k views

First Issue: I have an existing code written for hibernate spatial 5 to find records within given radius, which works fine. I am in the process of migrating the code hibernate-spatial 6.1.7.Final. But ...
Urman Ratneshwar's user avatar
0 votes
1 answer
5k views

I am trying to migrate my current spring boot 2 application to 3. I am using PostGIS (I have not set explicit dialect so it uses org.hibernate.dialect.PostgreSQLDialect) to use the geometry column ...
Urman Ratneshwar's user avatar
2 votes
0 answers
462 views

The essence of the question is to serialize and deserialize the Geometry class from Hibernate Spatial in the Micronaut framework. This is how the field is represented in my entity. import org....
unvise's user avatar
  • 11
0 votes
1 answer
129 views

So far in the configuration file (application.yml) hibernate-dialect has been set as follows: dataSource: pooled: true jmxExport: true driverClassName: com.microsoft.sqlserver.jdbc....
lujjas's user avatar
  • 78
0 votes
1 answer
223 views

i am using postgis with spring boot hibernate jpa. Code in Repository: @Query(value = "select {h-schema}ref_plz_geom.plz from {h-schema}ref_plz_geom WHERE ST_Contains(geom, ST_Transform(...
JavDevHar's user avatar
2 votes
1 answer
237 views

We are using jts-core (org.locationtech.jts:jts-core:jar:1.19.0) together with hibernate-spatial (org.hibernate:hibernate-spatial:jar:5.6.10.Final:compile) to retrieve geometries with measured ...
wjans's user avatar
  • 10.1k

15 30 50 per page
1
2 3 4 5
12