The custom class HibernateXMLType works fine for CLOB as XMLType. But, when I use OBJECT-RELATIONAL as XMLType, then the class throws the below exception.
java.sql.SQLException: Only LOB or thin Storage is supported in Thin XMLType
The custom class HibernateXMLType works fine for CLOB as XMLType. But, when I use OBJECT-RELATIONAL as XMLType, then the class throws the below exception.
java.sql.SQLException: Only LOB or thin Storage is supported in Thin XMLType