Hi, thanks for the reply, and Congratulations!
in PersistentClassWorkbenchAdapter.getChildren(...) i'm doing :
Code:
ConsoleConfiguration[] cs = KnownConfigurations.getInstance().getConfigurations();
ConsoleConfiguration consoleConfiguration = cs[0];
Configuration config = consoleConfiguration.getConfiguration();
Map namedQueryMap = config.getNamedQueries();
and then looking for the right queries based on the PersistentClass instance passed to getChildren
It's horrid I know and will not work with more than one configuration, but there is no priority on this and I just found it useful to have the list of named queries in the configuration view.
I'm sure there is a way to get the current config from the Adapter, but I can't find it.