You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Aram Mkhitaryan (JIRA)" <ib...@incubator.apache.org> on 2007/07/25 07:31:32 UTC

[jira] Created: (IBATIS-446) javaType="java.util.Set" is broken for results with select attribute when lazy loading is enabled

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.