Mybatis中的useGeneratedKeys="true" keyProperty="cid"有什麼用?

當咱們插入數據時主鍵是自增的,當插完咱們須要立馬用的時候就能夠在xml文件上加上,加上以後插入完數據就能夠x.getID()拿到ID值。web <insert id="insertSelective" parameterType="com.xxx.dataobject.UserDo" keyProperty="id" useGeneratedKeys="true">
相關文章
相關標籤/搜索