×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: XML
Posted by: JUNE CHERN
Added: Dec 15, 2019 4:17 PM
Views: 4169
Tags: mybatis
  1.                 <collection property="addressList" ofType="Address">
  2.                         <id property="id" column="a_id"/>
  3.                         <result property="postCode" column="postCode"/>
  4.                         <result property="tel" column="tel"/>
  5.                         <result property="contact" column="contact"/>
  6.                         <result property="addressDesc" column="addressDesc"/>
  7.                 </collection>