mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-06 01:39:32 +00:00
HHH-14106 - Return entry from #parentsByChild
in StateFulPersistenceContext#getParentsByChild
This commit is contained in:
parent
007f609210
commit
3159c8ff78
@ -1361,7 +1361,7 @@ && isFoundInParent( propertyName, childEntity, persister, collectionPersister, p
|
||||
|
||||
private Object getParentsByChild(Object childEntity) {
|
||||
if ( parentsByChild != null ) {
|
||||
parentsByChild.get( childEntity );
|
||||
return parentsByChild.get( childEntity );
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user