{
super(session);
init(null, null);
_resultExecuterPanel = new SQLResultExecuterPanel(session);
_objectResultController = new ObjectResultController(session, resource);
_hibernateSQLPanel = new HibernateSQLPanel(super.getComponent(), _resultExecuterPanel, _objectResultController.getPanel());
session.getApplication().getSessionManager().addSessionListener(
new SessionAdapter()