/* 453 */ this.queryFactory = new QueryFactory(this.entityBridge);
/* 454 */ this.queryFactory.init();
/* */
/* 456 */ this.instanceFactory = new InstanceFactory(this, this.entityBridge);
/* */
/* 458 */ this.startCmd = new JDBCStartCommand(this);
/* 459 */ this.startCmd.execute();
/* */
/* 461 */ JDBCEntityCommandMetaData entityCommand = getMetaData().getEntityCommand();
/* 462 */ if ((entityCommand == null) || ("default".equals(entityCommand.getCommandName())))
/* */ {