Mybatis插入數(shù)據(jù),返回自增長(zhǎng)的id
來(lái)源:懂視網(wǎng)
責(zé)編:小采
時(shí)間:2020-11-09 16:08:36
Mybatis插入數(shù)據(jù),返回自增長(zhǎng)的id
Mybatis插入數(shù)據(jù),返回自增長(zhǎng)的id:Mybatis插入數(shù)據(jù),返回自增長(zhǎng)的id 無(wú) insert id=insert parameterType=Spares useGeneratedKeys=true keyProperty=idinsert into spares(spares_id,spares_name,spares_type_id,spares_spec)v
導(dǎo)讀Mybatis插入數(shù)據(jù),返回自增長(zhǎng)的id:Mybatis插入數(shù)據(jù),返回自增長(zhǎng)的id 無(wú) insert id=insert parameterType=Spares useGeneratedKeys=true keyProperty=idinsert into spares(spares_id,spares_name,spares_type_id,spares_spec)v
Mybatis插入數(shù)據(jù),返回自增長(zhǎng)的id 無(wú) insert id="insert" parameterType="Spares" useGeneratedKeys="true" keyProperty="id"insert into spares(spares_id,spares_name,spares_type_id,spares_spec)values(#{id},#{name},#{typeId},#{spec})/insert sparesDa
Mybatis 插入數(shù)據(jù),返回自增長(zhǎng)的id
<無(wú)>
$velocityCount-->
insert into spares(spares_id,spares_name,spares_type_id,spares_spec)
values(#{id},#{name},#{typeId},#{spec})
sparesDao.insert(spares); //插入
spares.getId();//取得主鍵id
聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
Mybatis插入數(shù)據(jù),返回自增長(zhǎng)的id
Mybatis插入數(shù)據(jù),返回自增長(zhǎng)的id:Mybatis插入數(shù)據(jù),返回自增長(zhǎng)的id 無(wú) insert id=insert parameterType=Spares useGeneratedKeys=true keyProperty=idinsert into spares(spares_id,spares_name,spares_type_id,spares_spec)v