Is anyone using Hibernate/ejb3 to work with the new DB2 9.1 XML column type? I've managed to get it to "work" but due to my limited knowledge of hibernate it's not the cleanest solution.
Is support for this column type in plan/done or has someone implemented it already? I'd like to save some time by using something that's already there instead of manually doing all my mappings using nativeQuerys, since pretty much all my tables are ID,Relations, XML where the ID is the @Id and the Relations are there only to link this entity to others, and all the real entity information is stored in the XML column.
|