| Giovanni Lovato btw, if you want a work-around for your converter (and to verify my theory), create a custom hibernate-core jar with one minor change: in JdbcTypeJavaClassMappings, add a mapping for geolatte's Point type to GEOMETRY's type code. You may want to register a custom JavaTypeDescriptor for your Coordinates class with the JavaTypeDescriptorRegistry, but it should not be necessary |