I am working on an application which will query the spatial data in the oracle spatial, and I use mybatis at the moment(I can not use JPA), which means I have to convert the object of oracle.sql.STRUCT to something can be recolonized by the application and the client.
First I found the...