_hqlTabControllerBySessionID.put(session.getIdentifier(), hibernateTabController);
session.getSessionSheet().insertMainTab(hibernateTabController, 2, false);
return new PluginSessionCallbackAdaptor(this);
}
catch(Exception e)
{
throw new RuntimeException(e);
}