Bugfix proposal HHH-4294

This commit is contained in:
Guenther Demetz 2013-04-09 11:10:05 +02:00 committed by Brett Meyer
parent b9fac8af11
commit 7f7abb7970
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class CollectionElementLoader extends OuterJoinLoader {
persister,
ArrayHelper.join(
collectionPersister.getKeyColumnNames(),
collectionPersister.getIndexColumnNames()
collectionPersister.toColumns("index")
),
1,
LockMode.NONE,