MVN

com.javaetmoi.core : javaetmoi-hibernate6-hydrate

Maven & Gradle

Jun 17, 2023
16 stars

JavaEtMoi Core :: javaetmoi-hibernate6-hydrate · Avoid Hibernate LazyInitializationException by recursively resolving proxy (support Hibernate 6.x)

<dependency>
    <groupId>com.javaetmoi.core</groupId>
    <artifactId>javaetmoi-hibernate6-hydrate</artifactId>
    <version>6.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.javaetmoi.core : javaetmoi-hibernate6-hydrate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.2

All Versions

Choose a version of com.javaetmoi.core : javaetmoi-hibernate6-hydrate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
javaetmoi-hibernate6-hydrate-6.2.2
javaetmoi-hibernate6-hydrate-6.2.1
javaetmoi-hibernate6-hydrate-6.2.0
6.0.x
javaetmoi-hibernate6-hydrate-6.0.0

How to add a dependency to Maven

Add the following com.javaetmoi.core : javaetmoi-hibernate6-hydrate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.javaetmoi.core</groupId>
    <artifactId>javaetmoi-hibernate6-hydrate</artifactId>
    <version>6.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.javaetmoi.core : javaetmoi-hibernate6-hydrate gradle dependency to your build.gradle file:

implementation 'com.javaetmoi.core:javaetmoi-hibernate6-hydrate:6.2.2'

Gradle Kotlin DSL: Add the following com.javaetmoi.core : javaetmoi-hibernate6-hydrate gradle kotlin dependency to your build.gradle.kts file:

implementation("com.javaetmoi.core:javaetmoi-hibernate6-hydrate:6.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.javaetmoi.core : javaetmoi-hibernate6-hydrate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.javaetmoi.core" % "javaetmoi-hibernate6-hydrate" % "6.2.2"