HHH-17390 Change scope of AbstractEntityInitializer#resolveInstance

For Hibernate Reactive, it extends the class and needs to be able to
call the method.
This commit is contained in:
Davide D'Alto 2023-11-06 09:37:01 +01:00 committed by Christian Beikov
parent 8766c6f973
commit 756f253ee2
1 changed files with 4 additions and 1 deletions

View File

@ -628,7 +628,10 @@ public abstract class AbstractEntityInitializer extends AbstractFetchParentAcces
}
private Object resolveInstance(
/**
* Used by Hibernate Reactive
*/
protected Object resolveInstance(
Object entityIdentifier,
EntityHolder holder,
RowProcessingState rowProcessingState) {