HHH-16243 Change scope of AbstractEntityPersister#generateNonIdAttributeMapping
For Hibernate Reactive
This commit is contained in:
parent
bbe17b940a
commit
b308fd2d05
|
@ -5272,7 +5272,7 @@ public abstract class AbstractEntityPersister
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private AttributeMapping generateNonIdAttributeMapping(
|
protected AttributeMapping generateNonIdAttributeMapping(
|
||||||
NonIdentifierAttribute tupleAttrDefinition,
|
NonIdentifierAttribute tupleAttrDefinition,
|
||||||
Property bootProperty,
|
Property bootProperty,
|
||||||
int stateArrayPosition,
|
int stateArrayPosition,
|
||||||
|
|
Loading…
Reference in New Issue