Skip to content

Commit 456d61b

Browse files
committed
HHH-8276 - Integrate LoadPlanAdvisor into UniqueEntityLoader (PoC)
1 parent 2901331 commit 456d61b

File tree

5 files changed

+1208
-1
lines changed

5 files changed

+1208
-1
lines changed

hibernate-core/src/main/java/org/hibernate/loader/entity/BatchingEntityLoaderBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static BatchingEntityLoaderBuilder getBuilder(SessionFactoryImplementor f
4848
return DynamicBatchingEntityLoaderBuilder.INSTANCE;
4949
}
5050
default: {
51-
return LegacyBatchingEntityLoaderBuilder.INSTANCE;
51+
return org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder.INSTANCE;
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)