/* 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())))
/* */ {
/* 464 */ this.createCmd = new ApplicationPkCreateCommand();
/* */ }
/* */ else
/* */ {
/* 468 */ Class cmdClass = entityCommand.getCommandClass();
/* 469 */ if (cmdClass == null)
/* */ {
/* 471 */ throw new DeploymentException("entity-command class name is not specified for entity " + this.entityBridge.getEntityName());
/* */ }
/* */