One of the column is of the type XMLTYPE in Oracle database. In my application, I want to persist the data and using Hibernate.
I did the following for mapping XMLTY
I solved this same problem, but mapped the XMLType column to java.lang.String in my entity, which simplified the solution.
I left a detailed, step-by-step solution as an answer to another question.