Hibernate UnProxy

Hibernate UnProxy helper class for unproxing hibernate entities

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.jmmo
ArtifactId

ArtifactId

hibernate-unproxy
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Hibernate UnProxy
Hibernate UnProxy helper class for unproxing hibernate entities
Project URL

Project URL

https://github.com/Megaprog/hibernate-unproxy
Source Code Management

Source Code Management

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

Download hibernate-unproxy

How to add to project

<!-- https://jarcasting.com/artifacts/org.jmmo/hibernate-unproxy/ -->
<dependency>
    <groupId>org.jmmo</groupId>
    <artifactId>hibernate-unproxy</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmmo/hibernate-unproxy/
implementation 'org.jmmo:hibernate-unproxy:1.0'
// https://jarcasting.com/artifacts/org.jmmo/hibernate-unproxy/
implementation ("org.jmmo:hibernate-unproxy:1.0")
'org.jmmo:hibernate-unproxy:jar:1.0'
<dependency org="org.jmmo" name="hibernate-unproxy" rev="1.0">
  <artifact name="hibernate-unproxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmmo', module='hibernate-unproxy', version='1.0')
)
libraryDependencies += "org.jmmo" % "hibernate-unproxy" % "1.0"
[org.jmmo/hibernate-unproxy "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 4.2.20.Final

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-junit jar 2.0.0.0

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0