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

  javaType:结果集类型

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

  ofType:结果集中的类型

  select:查询语句

 fetchType:是否懒加载

  

相关文章:

  • 2021-07-26
  • 2021-08-18
  • 2022-12-23
  • 2023-03-04
  • 2022-12-23
  • 2021-04-09
猜你喜欢
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2021-05-02
相关资源
相似解决方案