Skip to content

Megaprog/hibernate-unproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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);

About

Hibernate UnProxy helper class for unproxing hibernate entities

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages