mybatis 的collection标签的使用

<collection property="releaseNotificationDtos" javaType="ArrayList" column="id" ofType="com.zyt.dto.appversion.AppReleaseNotificationDto" select="findReleaseNotifications" fetchType="lazy"/>

  javaType:结果集类型

  column:入参是上个查询的那个字段

  ofType:结果集中的类型

  select:查询语句

 fetchType:是否懒加载

  

mybatis 的collection标签的使用

上一篇:LeetCode-Minimum Window Substring-最小窗口子串-滑动窗口算法(尺取法)


下一篇:在连接windows2008时,报错:由于这台计算机没有远程桌面客户端访问许可证,远程会话被中断