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
- Host: GitHub
- URL: https://github.com/megaprog/hibernate-unproxy
- Owner: Megaprog
- Created: 2015-10-18T17:20:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T17:25:24.000Z (over 10 years ago)
- Last Synced: 2025-07-29T17:35:56.120Z (11 months ago)
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
```