Skip to content

Commit

Permalink
HHH-17326 deprecated lazyLoading no longer working
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 authored and beikov committed Jan 31, 2024
1 parent 8be3a1d commit 3122c81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -85,8 +85,8 @@
<base>${project.build.outputDirectory}</base>
<dir>${project.build.outputDirectory}</dir>
<failOnError>true</failOnError>
<enableLazyInitialization>false</enableLazyInitialization>
<enableDirtyTracking>false</enableDirtyTracking>
<enableLazyInitialization>true</enableLazyInitialization>
<enableDirtyTracking>true</enableDirtyTracking>
<enableAssociationManagement>false</enableAssociationManagement>
<enableExtendedEnhancement>false</enableExtendedEnhancement>
</configuration>
Expand Down
Expand Up @@ -86,8 +86,8 @@
<base>${project.build.outputDirectory}</base>
<dir>${project.build.outputDirectory}</dir>
<failOnError>true</failOnError>
<enableLazyInitialization>false</enableLazyInitialization>
<enableDirtyTracking>false</enableDirtyTracking>
<enableLazyInitialization>true</enableLazyInitialization>
<enableDirtyTracking>true</enableDirtyTracking>
<enableAssociationManagement>false</enableAssociationManagement>
<enableExtendedEnhancement>false</enableExtendedEnhancement>
</configuration>
Expand Down

0 comments on commit 3122c81

Please sign in to comment.