Convert « POJO « JPA Q&A





1. Problem converting Hibernate POJOs to XML    forum.hibernate.org

Need help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp 3.x: Hi, I am facing a problem converting Hibernate objects (i.e. POJOs) to XML. I am using XStream to convert the objects into XML, but when I pass the object to XStream, it does'nt seem to find the actual fields but gives some other fields with even the class name suffixed ...

2. Best way of handling/convert pojo to view (mvc) from model ?    forum.hibernate.org

Hibernate version:3.2.5 or newer What is the best way of handling/convert pojo to view from the model? I am not using spring/seam/ejb etc, just java with hibernate. (Later on maybe we will convert this to use ejb3 instead.) If I have for example a table named tabl1 with columns col1,col2,col3 mapped to tabl1.java pojo and wish to use this in the ...

3. How to convert XML data to the POJO object    forum.hibernate.org