simpleValue = new SimpleValue( mappings, table );
linkWithValue();
boolean isInSecondPass = mappings.isInSecondPass();
SetSimpleValueTypeSecondPass secondPass = new SetSimpleValueTypeSecondPass( this );
if ( !isInSecondPass ) {
//Defer this to the second pass
mappings.addSecondPass( secondPass );
}
else {