/* 439 */ if (catalog == null)
/* */ {
/* 441 */ catalog = new Catalog();
/* 442 */ putApplicationData("CATALOG", catalog);
/* */ }
/* 444 */ catalog.addEntity(this.entityBridge);
/* */
/* 447 */ this.readAheadCache = new ReadAheadCache(this);
/* 448 */ this.readAheadCache.create();
/* */
/* 451 */ this.commandFactory = new JDBCCommandFactory(this);