We process huge number of XML files in our application. Initially, we were storing these files as BLOB in Oracle database. But we are now migrating to XMLType (Binary Storage option).
How to map XMLType to Hibernate (we are using JPA with hibernate implementation). I tried the steps given in JBoss website
https://community.jboss.org/wiki/Mappin ... ToDocument (along with custom dialect class), but it is not inserting the XML column.
If you have worked with XMLType column, please let me know how to insert and retrieve data from XMLType column using JPA.
Thanks
Rajeshwari