copy.setCheckConstraint( column.getCheckConstraint() );
copy.setComment( column.getComment() );
copy.setDefaultValue( column.getDefaultValue() );
manyToOne.addColumn( copy );
}
mappedByJoin.addProperty( prop );
}
else {
propertyHolder.addProperty( prop, inferredData.getDeclaringClass() );
}