1. Does a final method prevent Hibernate from creating a proxy for such an entity? stackoverflow.comHibernate uses proxies to enable lazy loading of collections and even single-ended associations. According to Hibernate's (3.6.5) reference documentaion (Section 21.1.3, Single-ended association proxies), such a proxy can't be constructed by ... |
2. merge() creates a CGLib proxy for many-to-one related entity forum.hibernate.orgI'm seeing some unexpected (may be totally correct) behavior when using merge() in Hibernate 3.2. I have an entity, A, that has a many-to-one mapping to another entity, User. |
3. How to not get proxy entity? forum.hibernate.org |