mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 17:15:02 +00:00
HHH-12906 Used the correct attribute in getAllCollectionRoles()
This commit is contained in:
parent
0ab6c1178b
commit
37d430df5e
@ -711,7 +711,7 @@ public String[] getAllEntityNames() {
|
||||
|
||||
@Override
|
||||
public String[] getAllCollectionRoles() {
|
||||
return ArrayHelper.toStringArray( entityPersisterMap.keySet() );
|
||||
return ArrayHelper.toStringArray( collectionPersisterMap.keySet() );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user