layer « Update « JPA Q&A





1. Migrating a custom persistence layer to hibernate3    stackoverflow.com

So, very soon, I will be part of a migration that will move a home-rolled persistence layer (circa any good, popular ORM) to hibernate3. However, at the same time that this ...

3. Complete persistence layer independence    forum.hibernate.org

Hi, We need to migrate our persistence layer code written in pure jdbc call to Hibernate. We are facing below mentioned issues in migrating the same. 1) For Insert ,update ,delete operation ,since our object model and DB Model are in sync we are able to sucessfully port the code to HQL. 2) For select and select List operation ,the object ...

4. Persistence layer approaches and big picture arguments.    forum.hibernate.org

Newbie Joined: Wed Oct 05, 2005 8:22 pm Posts: 11 Location: Brisbane, Australia Id like to start a discussion about the approach of persistence layers in general. This is in no way a criticism of Hibernate and the sterling work done by the team. For a persistence layer which maps to beans, there is nothing else which comes close. I guess ...