An open API service indexing awesome lists of open source software.

https://github.com/megaprog/hibernate-unproxy

Hibernate UnProxy helper class for unproxing hibernate entities
https://github.com/megaprog/hibernate-unproxy

Last synced: 10 months ago
JSON representation

Hibernate UnProxy helper class for unproxing hibernate entities

Awesome Lists containing this project

README

          

# 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:

```xml

org.jmmo
hibernate-unproxy
1.0

```

Or download the latest build at:
https://github.com/megaprog/hibernate-unproxy/releases

## How to use it?

```java
MyEntity fullyLoadedEntity = HibernateUnProxy.deepUnProxy(myEntity);
```