You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hibernate-core/src/main/java/org/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeLoadingInterceptor.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,7 @@ public LazyAttributeLoadingInterceptor(
42
42
SharedSessionContractImplementorsession) {
43
43
super( entityName, session );
44
44
this.identifier = identifier;
45
-
//Important optimisation to not actually do a Map lookup for entities which don't have any lazy fields at all:
0 commit comments