HHH-14106 - Return entry from `#parentsByChild` in `StateFulPersistenceContext#getParentsByChild`
This commit is contained in:
parent
007f609210
commit
3159c8ff78
|
@ -1361,7 +1361,7 @@ public class StatefulPersistenceContext implements PersistenceContext {
|
||||||
|
|
||||||
private Object getParentsByChild(Object childEntity) {
|
private Object getParentsByChild(Object childEntity) {
|
||||||
if ( parentsByChild != null ) {
|
if ( parentsByChild != null ) {
|
||||||
parentsByChild.get( childEntity );
|
return parentsByChild.get( childEntity );
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue