mybatis-oracle(ssi2)批量刪除-創(chuàng)新互聯(lián)

  1. student類

    創(chuàng)新互聯(lián)公司專注于成都做網站、網站制作、網頁設計、網站制作、網站開發(fā)。公司秉持“客戶至上,用心服務”的宗旨,從客戶的利益和觀點出發(fā),讓客戶在網絡營銷中找到自己的駐足之地。尊重和關懷每一位客戶,用嚴謹?shù)膽B(tài)度對待客戶,用專業(yè)的服務創(chuàng)造價值,成為客戶值得信賴的朋友,為客戶解除后顧之憂。

package com.test.hou.po; public class Student { private int sid; private String sname; private int sage; public int getSid() { return sid; } public void setSid(int sid) { this.sid = sid; } public String getSname() { return sname; } public void setSname(String sname) { this.sname = sname; } public int getSage() { return sage; } public void setSage(int sage) { this.sage = sage; } }

2.StudentAction類

public String batchDeleteStudent(){ List<Student> studentslist=studentService.selectStudent(); studentService.batchDeleteStudent(studentslist); return "batchinsertstudent"; }

3.StudentMapperXml類

<delete id="batchDeleteStudent" parameterType="java.util.List"> delete from student  <where> <foreach collection="list" open="(" separator="or" close=")" item="item" index="index"> sid =#{item.sid} </foreach> </where> </delete>

另外有需要云服務器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。

新聞名稱:mybatis-oracle(ssi2)批量刪除-創(chuàng)新互聯(lián)
文章源于:http://muchs.cn/article32/djhspc.html

成都網站建設公司_創(chuàng)新互聯(lián),為您提供定制網站、外貿網站建設、面包屑導航、移動網站建設、關鍵詞優(yōu)化、外貿建站

廣告

聲明:本網站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)

h5響應式網站建設