| getAllCollectionRoles should return keys of collectionPersisterMap. public String[] getAllEntityNames() { return ArrayHelper.toStringArray(this.*entityPersisterMap*.keySet()); } public String[] getAllCollectionRoles() { return ArrayHelper.toStringArray(this.*-entityPersisterMap-*.keySet()); } |