297298299300301302303
entityBridge.init(); Catalog catalog = getCatalog(); catalog.addEntity(entityBridge); stop = new JDBCStopCommand(this); }
335336337338339340341
329330331332333334335
300301302303304305306
438439440441442443444
339340341342343344345
/* 438 */ this.entityBridge.init(); /* */ /* 440 */ Catalog catalog = getCatalog(); /* 441 */ catalog.addEntity(this.entityBridge); /* */ /* 443 */ this.stop = new JDBCStopCommand(this); /* */ }