How to map XMLType with JPA/Hibernate
Posted
by Moorthy
on Stack Overflow
See other posts from Stack Overflow
or by Moorthy
Published on 2010-06-17T18:09:55Z
Indexed on
2010/06/17
18:13 UTC
Read the original article
Hit count: 553
hibernate
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?
© Stack Overflow or respective owner