In my PostgreSQL 9.3 + PostGIS 2.1.5 I have a table PLACE
with a column coordinates
of type Geometry(Point,26910)
.
I want to m
The problem doesn't appear to be related to PostgreSQL. It appears that your POJO has a backreference, which means that your mapper doesn't know how to handle it. You need to explicitly define the recursive relationships so that the mapper knows when to stop. (My Goto link --> http://vard-lokkur.blogspot.com/2010/10/json-jackson-to-rescue.html)