javaType="java.util.Set" is broken for results with select attribute when lazy loading is enabled -------------------------------------------------------------------------------------------------
Key: IBATIS-446 URL: https://issues.apache.org/jira/browse/IBATIS-446 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.3.0 Reporter: Aram Mkhitaryan when I map a result to the java.util.Set <resultMap ...> ... <result ... javaType="java.util.Set" select="findEmployees" /> </resultMap> I get a lot of trouble because when the lazy loading is enabled the support for Set is broken when I switch off the lazy loading, everything works great -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.