remove « POJO « JPA Q&A





1. Removing Hibernate Completely From POJO    coderanch.com

Hello all, I am working on a project that includes GWT and Hibernate. I If I am not wrong, Hibernate doesn't leave our beans mere a POJO. It just completely changes our beans if we see it by refactoring, most probably when the bean is not completely loaded, it becomes instance of some MyBean$$EnhancerByCGLIB class. So when we try to send ...

2. Removing Hibernate Collections Impl from Detached POJO    forum.hibernate.org

Newbie Joined: Wed Sep 06, 2006 11:49 am Posts: 5 Hi. We've been discussing methods to send a managed entity to remote clients over in the JBoss EJB3 forum, and I was hoping for some feedback here on the proposed solutions we've been contemplating. Apologies in advance for the crosspost and lengthy thread. This started: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=89436 The issue is - because ...

3. Removing Hibernate Completely From POJO    forum.hibernate.org

Hello all, I am working on a project that includes GWT and Hibernate. If I am not wrong, Hibernate doesn't leave our beans mere a POJO. It just completely changes our beans if we see it by refactoring, most probably when the bean is not completely loaded, it becomes instance of some MyBean$$EnhancerByCGLIB class. So when we try to send this ...