I am trying to use JDBI with PostgreSQL geometric type and get the following error:
org.jdbi.v3.core.statement.UnableToCreateStatementException with message:
No argument factory registered for type [com.vividsolutions.jts.geom.Geometry]
The Geometry is part of a bean I am binding with .bindBean()
.
I found a related question but the answers are not so helpful.
What is the best approach for binding such type?