[ http://jira.andromda.org/browse/HIB-141?page=history ] Work on HIB-141 stopped by Chad Brandon
> Add support for Hibernate XML Persistence > ----------------------------------------- > > Key: HIB-141 > URL: http://jira.andromda.org/browse/HIB-141 > Project: Hibernate Cartridge > Type: New Feature > Reporter: Joel Kozikowski > Assignee: Chad Brandon > Priority: Minor > Fix For: 3.1 > Attachments: HibernateMetafacadeModel.xml.zip, xmlEnable.patch > > Hibernate 3.0 has a feature that allows a DOM4J tree to be retrieved and > saved from the database > (http://www.hibernate.org/hib_docs/v3/reference/en/html/xml.html). This > patch adds support for that feature to AndroMDA. > When activated, a transform type is added to each entity's DAO > (TRANSFORM_XML). This allows objects in the database to be retrieved as a > DOM4J XML tree rather than a POJO. Saving of DOM4J back to the database is > also supported (as far as it is supported in Hibernate - the feature has > problems with nested objects). > To activate, add the following properties to your default namespace: > <property name="hibernateVersion">3</property> > <property name="hibernateXMLPersistence">true</property> > <property name="hibernateXMLPersistIDAsAttribute">true</property> ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click