Hello,
as far as I can see, Hibernate (at least the 3.3.0 version) does not support the XML Column datatype which was introduced in MS SQL Server 2005.
I have found a few posts by someone trying to use XML Column with NHibernate:
http://forum.hibernate.org/viewtopic.ph ... highlight=
http://forum.hibernate.org/viewtopic.ph ... highlight=
so with NHibernate the solution is implementing the UserType interface.
Is there any other, more out-of-the-box, way to achieve that with "Java" Hibernate?
Thanks,
Papapara Tudu