Skip to content

Commit 756f253

Browse files
DavideDbeikov
authored andcommitted
HHH-17390 Change scope of AbstractEntityInitializer#resolveInstance
For Hibernate Reactive, it extends the class and needs to be able to call the method.
1 parent 8766c6f commit 756f253

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/AbstractEntityInitializer.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,10 @@ private void checkVersion(EntityEntry entry, final RowProcessingState rowProcess
628628

629629
}
630630

631-
private Object resolveInstance(
631+
/**
632+
* Used by Hibernate Reactive
633+
*/
634+
protected Object resolveInstance(
632635
Object entityIdentifier,
633636
EntityHolder holder,
634637
RowProcessingState rowProcessingState) {

0 commit comments

Comments
 (0)