Skip to content

Commit

Permalink
HHH-17390 Change scope of AbstractEntityInitializer#resolveInstance
Browse files Browse the repository at this point in the history
For Hibernate Reactive, it extends the class and needs to be able to
call the method.
  • Loading branch information
DavideD authored and beikov committed Nov 6, 2023
1 parent 8766c6f commit 756f253
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,10 @@ private void checkVersion(EntityEntry entry, final RowProcessingState rowProcess

}

private Object resolveInstance(
/**
* Used by Hibernate Reactive
*/
protected Object resolveInstance(
Object entityIdentifier,
EntityHolder holder,
RowProcessingState rowProcessingState) {
Expand Down

0 comments on commit 756f253

Please sign in to comment.