I have seam/hibernate system with pojo entities. I now have the requirement to also read/write data from/to xml files. I understand I can achieve that with xml based hibernate mappings.
Wondering if it is also possible with pojo entities? or if there is any alternative to avoid generating xml mappings just for this purpose? Hibernate 3.2.4.sp1.cp04 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181760#4181760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181760 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
