/* */
/* 429 */ this.metaData = loadJDBCEntityMetaData();
/* */
/* 432 */ this.typeFactory = new JDBCTypeFactory(this.metaData.getTypeMapping(), this.metaData.getJDBCApplication().getValueClasses(), this.metaData.getJDBCApplication().getUserTypeMappings());
/* */
/* 437 */ this.entityBridge = new JDBCEntityBridge2(this, this.metaData);
/* 438 */ this.entityBridge.init();
/* */
/* 440 */ Catalog catalog = getCatalog();
/* 441 */ catalog.addEntity(this.entityBridge);
/* */