Hibernate UnProxy helper class for unproxing hibernate entities. Supports Hibernate 4.2.x, 4.3.x, 5.0.x
You can use it as a maven dependency:
<dependency>
<groupId>org.jmmo</groupId>
<artifactId>hibernate-unproxy</artifactId>
<version>1.0</version>
</dependency>
Or download the latest build at: https://github.com/megaprog/hibernate-unproxy/releases
MyEntity fullyLoadedEntity = HibernateUnProxy.deepUnProxy(myEntity);