POJO « JPA « Spring Q&A





1. Spring and Hibernate : How to implement more than 1 POJO in one form    stackoverflow.com

I am new to Spring framework. I have a case I couldn't solve my self. I have two POJO, ie: PersonData and Address. Both of this POJO save on separated table ...

2. HIbernate POJO generater    forum.springsource.org

HIbernate POJO generater Hi , I m new to hibernate and spring . I generated the data layer code using hibernate POJO generator with mysql DB after database work is over ...

3. Spring forms and hibernate pojos    forum.springsource.org

I have this kind of table structure: my form table contains int value of chosen_option. This this int refers to options table primary key. Options table contains id's and descriptions of ...

4. (Spring/Tapestry)-POJO's-hibernate-oracle-JBOSS    forum.springsource.org

(Spring/Tapestry)-POJO's-hibernate-oracle-JBOSS hello help I have worked out 1 project using MVC jsp - servlet - POJO's - own data manager - oracle - web logic now i have to start a ...

5. SimpleFormController with hibernate pojo as backing object    forum.springsource.org

SimpleFormController with hibernate pojo as backing object I really would like to know your opinions on this one: I am doing a web application that has a form (basically an edit ...

6. Is there support in spring to neutralize hibernate POJOS?    forum.springsource.org

Is there support in spring to neutralize hibernate POJOS? Basically I want to serialize hibernate objects without all the hibernate proxy stuff inside the object...

7. Support for Hibernate XML <-> POJO    forum.springsource.org

Hi folks, I have been searching around for some time. I need to marshall POJOs to XML and back. Hibernate3 has some experimental support for this. I am not sure I ...

8. Good Practice to use Hibernate pojo as Form Backing Ojbect?    forum.springsource.org

Good Practice to use Hibernate pojo as Form Backing Ojbect? I could not find anything about this by doing the search... so sorry if it has already been answered. Is it ...

9. How to do caching of hibernate POJO's    forum.springsource.org

I am working in a project which has spring and hibernate.I need to cache some objects using a ehcache. Can any body has a sample code. How to find whether the ...





10. Mapping Results of Hibernate Query to Pojo    forum.springsource.org

Mapping Results of Hibernate Query to Pojo Hi, I have a problem with an SQL query I issue via a hibernate session like this: SQLQuery query = s.createSQLQuery(queryString); List list = ...

11. Hibernate POJO mapped to Database View doesnt have ID    forum.springsource.org

Wondering how to leverage hibernate pojo mapped to database view as satabase view doesnt have ID i.e. primary key That means the pojo doesnt have ID. I will be using the ...

12. Intellij, generating hibernate mapping files & Pojos    forum.springsource.org

Hello, Not sure if this is the proper forum for this question - but can anyone recommend a way to generate hibernate mapping files and pojos with Intellij 6.0.4? thanks.

13. Spring - XStream, Hibernate : different POJO ?    forum.springsource.org

I am wanting to serialize a hibernate POJO using xstream. There are certain unrelated fields that get serialized. For example - How do I avoid that ? ...

14. DAO POJO's vs Hibernate    forum.springsource.org

I have a fairly complex MySQL backend that I'm utilizing that is almost 6 years old. It wasn't all built by me but needless to say it's not the best built ...