| One way would be to add an extra check in ModelBinder#bindSimpleValue that if a TypeResolution is found, we use that to see if the associated type is lob by looking at the returned SQL Type. If its a CLOB/BLOB/NCLOB we toggle the Value and Property accordingly. Gail Badner, what are your thoughts? |