Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 526 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 526 Bytes

Hibernate UnProxy

Hibernate UnProxy helper class for unproxing hibernate entities. Supports Hibernate 4.2.x, 4.3.x, 5.0.x

How to get it?

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

How to use it?

MyEntity fullyLoadedEntity = HibernateUnProxy.deepUnProxy(myEntity);