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:
parent
8766c6f973
commit
756f253ee2
|
@ -628,7 +628,10 @@ public abstract class AbstractEntityInitializer extends AbstractFetchParentAcces
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private Object resolveInstance(
|
/**
|
||||||
|
* Used by Hibernate Reactive
|
||||||
|
*/
|
||||||
|
protected Object resolveInstance(
|
||||||
Object entityIdentifier,
|
Object entityIdentifier,
|
||||||
EntityHolder holder,
|
EntityHolder holder,
|
||||||
RowProcessingState rowProcessingState) {
|
RowProcessingState rowProcessingState) {
|
||||||
|
|
Loading…
Reference in New Issue