HHH-12906 Used the correct attribute in getAllCollectionRoles()
This commit is contained in:
parent
0ab6c1178b
commit
37d430df5e
|
@ -711,7 +711,7 @@ public class MetamodelImpl implements MetamodelImplementor, Serializable {
|
|||
|
||||
@Override
|
||||
public String[] getAllCollectionRoles() {
|
||||
return ArrayHelper.toStringArray( entityPersisterMap.keySet() );
|
||||
return ArrayHelper.toStringArray( collectionPersisterMap.keySet() );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue