mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-16845 Fix collection key parameter
This commit is contained in:
parent
29d2ef730e
commit
0aa5b5018f
@ -119,7 +119,7 @@ protected void finishInitializingKey(Object key, SharedSessionContractImplemento
|
|||||||
persistenceContext,
|
persistenceContext,
|
||||||
entry.getLoadedPersister(),
|
entry.getLoadedPersister(),
|
||||||
collection,
|
collection,
|
||||||
collectionKey,
|
key,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user