mybatis 「selectKey」 resutMap 「collections」的使用

1. Mybatis selectKey使用, 获取insert对象后,返回主键id

mapper. insert(对象entity) 返回值void


  在serviceImpl获取时,    String id = 对象entity.getId()即拿到insert后返回主键id
 

2.Mybatis下 resutMap 和 的使用 



    


1.带分页了,ServiceNewsContentEntity该实体类在下面出现了2次 
2.不带分页的,则没有 column="id" select="queryServiceNewsContentById", 只出现一次

    
    
    
      
      
      
    
  

  

 

你可能感兴趣的:(mybatis 「selectKey」 resutMap 「collections」的使用)