1. problem persisting xml in Mysql using hibernate stackoverflow.comI am trying to persist a string object in Mysql(5.0.67) using hibernate. My entity is as follows:
The problem is when ... |
2. how to use mysql new xml function extractvalue in hibernate/ forum.hibernate.org |
3. how to use mysql new xml function extractvalue in hibernate? forum.hibernate.org |
4. How to use mysql xml functions in Hibernate forum.hibernate.orgHi, I am using mysql 5.x for my development.I wanted to have the attribute list(key-value pair) for one of table column(E.g Table Name: Subscriber Column Name: META_DATA) So i decided to use the varchar(500) as a data type and store the data in xml format(e.g |