XMLType « Column « JPA Q&A





1. JPA + Hibernate + Oracle XMLType Column    forum.hibernate.org

Hi, I am using JPA with Hibernate as the JPA Vendor in my project. The database is an Oracle 10g Database. Everything works fine except that there is an XMLType column in one of the tables which I am not sure how to annotate it in my POJO. Can anyone tell me how I can map such column into my pojo? ...

2. Issue in saving xml in XMLTYPE column    forum.hibernate.org

when i try to save xml content (which is more than 4k characters)as text in XMLTYPE column, am getting below error: org.springframework.orm.hibernate3.HibernateJdbcException: JDBC exception on Hibernate data access: SQLException for SQL [insert into SHV_TRC_SHMT_AUD_DTLS (XML_MSG_TEXT, STAT_TYPE, MSG_TYPE, STAT_DESC_TEXT, CRTN_DT, LAST_UPTD_DT, HBNT_VRSN_NBR, SHMT_AUD_DTL_ID) values (?, ?, ?, ?, ?, ?, ?, ?)]; SQL state [72000]; error code [1461]; Could not execute JDBC ...

3. Support for Oracle 9i "xmltype" column type    forum.hibernate.org

4. Oracle xmlType column support    forum.hibernate.org