版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
Hibernate-ORM將表影射成JavaBean,JavaBean1:org.hibernate..SessionFactoryorg.hibernate.Session-Connection對(duì)象,表示一級(jí)緩存。org.hibernate.Query/SqlQuery-用于執(zhí)行HQL/Native-SQL2:配hibernate.cfg.xmlXxxx.hbm.xml-影射文件,用于配置JavaBean3:Hibernate:Hibernate的插件:4:先安裝插安裝完成以后:出現(xiàn)Hibernate5:了解的hibernate源代碼包的內(nèi)6:快速Hibernate1:創(chuàng)建一個(gè)Java項(xiàng)目Hibernate必須的步2:創(chuàng)建一個(gè)練習(xí)用的數(shù)3:在Java的項(xiàng)目中,創(chuàng)建hibernate.cfg.xml文<?xmlversion="1.0"encoding="UTF-<!DOCTYPEhibernate-configuration"-//Hibernate/HibernateConfigurationDTD3.0//EN""">SQL<property<property<property步4:創(chuàng)建SessionFactory測(cè)試是否可以獲取packageimportimportpublicclassSessionFactoryUtils{privatestaticSessionFactorysf;//通過hibernate.cfg.xml文件,來創(chuàng)建SessionFactory對(duì)Configurationconfignewconfig.configure();//默認(rèn)的//獲取SessionFactorysf=}publicstaticSessionFactoryreturn}}packageimportimportimportorg.hibernate.Session;importorg.hibernate.SessionFactory;importorg.hibernate.jdbc.Work;importorg.junit.Test;importpublicclassDemo01_TestConnection{publicvoidtest1()SessionFactorysf=獲取Sessionsession=session.doWork(newWork由于Sessionpublicvoidexecute(Connectioncon)throwsSQLExceptionSystem.err.println(">>"+con);//}}}步5:創(chuàng)建一個(gè)JavaBean/領(lǐng)域?qū)ο笥糜谂c表一一對(duì)publicclassStud{privateStringid;privateStringname;privateInteger同時(shí)創(chuàng)建一個(gè)影射的XML<?xml<!DOCTYPEhibernate-mapPUBLIC"-//Hibernate/HibernateMapDTD3.0//EN"""><!--一個(gè)類,指定類名及對(duì)應(yīng)的表--<classname="cn.eric..Stud"<idname="id"column="s_id"type="string"<generator<propertyname="name"column="s_name"type="java.lang.String"<propertyname="age"column="s_age"步6:將上面的影射文件配置到的配置文件中7:實(shí)現(xiàn)1:保publicvoidSessionFactorysf=SessionFactoryUtils.sessionFactory();Sessions=sf.openSession();//對(duì)象,不用指定主鍵,指定也不會(huì)使用代碼指定的Studstud=newStud();//s.save(stud);//SQL-insretstud.setId(...)但不會(huì)執(zhí)行這語句s.getTransaction().commit();//此時(shí)才會(huì)執(zhí)行insrt語句寫入數(shù)據(jù)庫(kù)}2:刪publicvoidSessionFactorysf=SessionFactoryUtils.sessionFactory();Sessions=sf.openSession();StudstudnewStud(); s.getTransaction().commit();//此時(shí)才會(huì)執(zhí)行delete}3:修publicvoid}4:查
SessionFactorysf=SessionFactoryUtils.sessionFactory();Sessions=sf.openSession();StudstudnewStud(); s.getTransaction().commit();//此時(shí)才會(huì)執(zhí)行deletepublicvoidquery()SessionFactorysf=SessionFactoryUtils.sessionFactory();Sessions=sf.openSession();Criteriacriteria=s.createCriteria(Stud.class);List<Stud>list=criteria.list();}}7:查詢的方QBC-QueryByHQLHibernateQueryLanguageNative-SQL:原生的SQL語句1:QBC查詢所有記錄直接封裝成publicvoidquery()SessionFactorysf=SessionFactoryUtils.sessionFactory();Sessions=sf.openSession();Criteriacriteria=s.createCriteria(Stud.class);List<Stud>list=criteria.list();}publicvoidquery()SessionFactorysf=SessionFactoryUtils.sessionFactory();Sessions=sf.openSession();Criteriacriteria=.add(Pperty("name"),"name"));List<Stud>list=criteria.list();}2:使用HQL語句查詢出所有的記錄封裝publicvoidquery2()SessionFactorysf=SessionFactoryUtils.sessionFactory();Sessions=sf.openSession();List<Stud>lists.createQuery("fromStud").getResultList();}publicvoidquery2()SessionFactorysf=Sessions=sf.openSession();List<Stud>list=s.createQuery("fromcn.eric..Stud").getResultList();}publicvoidquery2()SessionFactorysfSessionFactoryUtils.sessionFactory();Sessions=sf.openSession();//name是類的成員屬性List<Stud>list=s.createQuery("selectnamefrom}3:使用原生SQL查詢出所有數(shù)publicvoidquery3()SessionFactorysf=SessionFactoryUtils.sessionFactory();Sessions=sf.openSession();List<Stud>lists.createNativeQuery("selects_idasid,s_nameasname,s_ageasagefromstud")//Bean}publicvoid
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 體檢科主任先進(jìn)事跡(7篇)
- 二級(jí)職稱專業(yè)技術(shù)工作總結(jié)(5篇)
- 企業(yè)舉辦年會(huì)總結(jié)主持詞結(jié)束語
- DB12T 487-2013 放射性同位素與射線裝置安全使用管理制度編制規(guī)范
- 書香校園演講稿模板九篇
- 中考前國(guó)旗下講話稿
- 個(gè)人師德師風(fēng)剖析材料范文(6篇)
- 與感恩同行演講稿錦集六篇
- DB12∕T 1048-2021 蚯蚓養(yǎng)殖技術(shù)規(guī)程
- 驗(yàn)光技術(shù)課件教學(xué)課件
- 2024產(chǎn)學(xué)研合作框架協(xié)議
- 2023年甘肅省工程設(shè)計(jì)研究院有限責(zé)任公司招聘筆試真題
- 2024年新中國(guó)成立75周年課件
- 2022部編版道德與法治三年級(jí)下冊(cè)《請(qǐng)到我的家鄉(xiāng)來》教學(xué)設(shè)計(jì)
- 《剪映專業(yè)版:短視頻創(chuàng)作案例教程(全彩慕課版)》 課件 第6章 創(chuàng)作生活Vlog
- 中國(guó)燃?xì)庹衅腹P試題庫(kù)2024
- 左鄰右舍一家親(教學(xué)設(shè)計(jì))-2023-2024學(xué)年五年級(jí)上冊(cè)綜合實(shí)踐活動(dòng)蒙滬版
- 重大事故隱患判定標(biāo)準(zhǔn)與相關(guān)事故案例培訓(xùn)課件
- 火龍罐綜合灸療法
- 深圳市中小學(xué)生流感疫苗接種知情同意書
- 數(shù)據(jù)、模型與決策(運(yùn)籌學(xué))課后習(xí)題和案例答案007
評(píng)論
0/150
提交評(píng)論