/* 427 */ this.typeFactory = new JDBCTypeFactory(this.metaData.getTypeMapping(), this.metaData.getJDBCApplication().getValueClasses(), this.metaData.getJDBCApplication().getUserTypeMappings());
/* */
/* 434 */ this.entityBridge = new JDBCEntityBridge(this.metaData, this);
/* 435 */ this.entityBridge.init();
/* */
/* 438 */ Catalog catalog = getCatalog();
/* 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);