Hibernate UnProxy

Hibernate UnProxy helper class for unproxing hibernate entities

Лицензия

Лицензия

Категории

Категории

Hibernate Данные ORM
Группа

Группа

org.jmmo
Идентификатор

Идентификатор

hibernate-unproxy
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Hibernate UnProxy
Hibernate UnProxy helper class for unproxing hibernate entities
Ссылка на сайт

Ссылка на сайт

https://github.com/Megaprog/hibernate-unproxy
Система контроля версий

Система контроля версий

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

Скачать hibernate-unproxy

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.hibernate : hibernate-core jar 4.2.20.Final

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-junit jar 2.0.0.0

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0