Hi All,
I don't think it is possible but just in case I'm forgetting something... I'd like to populate a java.util.Map property while in <resultMap /> by inserting some column values from a current row. In other words, would it be possible to call a method that takes 2 arguments using <result property="..." column="..."/> ? e.g., put(key, value) or add(key, value) Thanks, Q
