/* 118 */ if (!metadata.isRelationTableField())
/* 119 */ this.tableIndex = entityBridge.addTableField(this);
/* */ else {
/* 121 */ this.tableIndex = -1;
/* */ }
/* 123 */ JDBCTypeFactory typeFactory = manager.getJDBCTypeFactory();
/* 124 */ this.stateFactory = JDBCTypeFactory.getCMPFieldStateFactory(typeFactory, metadata.getStateFactory(), this.fieldType);
/* */
/* 127 */ this.checkDirtyAfterGet = JDBCTypeFactory.checkDirtyAfterGet(typeFactory, metadata.getCheckDirtyAfterGet(), this.fieldType);
/* */
/* 131 */ this.log = createLogger(manager, this.fieldName);