How to persist XMLType column via JPA/Hibernate? As per oracle documentation, there are two ways in declaring storage clause for XMLType. They are, LOB and Object-Relational. I dont want to go with LOB. I have schema and register into database. I have not have example on how to design my Entity for XMLType. Does any one know please share it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I would use a custom |
|||||||||||
|
|
I have explained this in the blog http://www.rationalspring.com/blog/2011/08/14/mapping-custom-db-datatypes-to-hibernate-xmltype/ |
|||
|
|