Everyone, I am currently using a resultMap to map the column returned in a ref cursor OUT parameter of a stored procedure call to a JavaBean that has a single String attribute. Is there a way to have the column be mapped directly to a String?
Thanks, Richard
