版權(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í)行這語(yǔ)句s.getTransaction().commit();//此時(shí)才會(huì)執(zhí)行insrt語(yǔ)句寫入數(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語(yǔ)句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語(yǔ)句查詢出所有的記錄封裝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ì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 畜牧養(yǎng)殖技術(shù)培訓(xùn)與知識(shí)更新項(xiàng)目的廣泛應(yīng)用考核試卷
- 拳擊沙袋租賃市場(chǎng)分析報(bào)告考核試卷
- 環(huán)保產(chǎn)業(yè)發(fā)展與政策研究考核試卷
- 電氣機(jī)械技術(shù)在計(jì)算機(jī)科學(xué)與技術(shù)中的應(yīng)用考核試卷
- 2024年股權(quán)及土地使用權(quán)混合抵押合同3篇
- 電氣工程與電力系統(tǒng)優(yōu)化控制設(shè)計(jì)考核試卷
- 生物質(zhì)燃?xì)獾纳a(chǎn)原料與供應(yīng)鏈管理考核試卷
- 2024年汽車消費(fèi)貸款服務(wù)合作協(xié)議書3篇
- 生態(tài)資源監(jiān)測(cè)技術(shù)創(chuàng)新與發(fā)展考核試卷
- 素描外國(guó)歌曲課程設(shè)計(jì)
- 2024至2030年中國(guó)沖調(diào)飲料行業(yè)市場(chǎng)深度研究及投資規(guī)劃建議報(bào)告
- DB23T 1727-2016 地理標(biāo)志產(chǎn)品 克東天然蘇打水
- 2023-2024學(xué)年黑龍江省哈爾濱市道里區(qū)七年級(jí)(下)期末數(shù)學(xué)試卷(五四學(xué)制)(含答案)
- SL+290-2009水利水電工程建設(shè)征地移民安置規(guī)劃設(shè)計(jì)規(guī)范
- 水電站施工合同水電站施工合同(2024版)
- 河南省周口市商水縣2023-2024學(xué)年七年級(jí)下學(xué)期期末語(yǔ)文試題
- 渭南市白水縣2021-2022學(xué)年七年級(jí)上學(xué)期期末考試數(shù)學(xué)試卷【帶答案】
- 2024年美國(guó)壓力襪市場(chǎng)現(xiàn)狀及上下游分析報(bào)告
- 2012建設(shè)工程造價(jià)咨詢成果文件質(zhì)量標(biāo)準(zhǔn)
- 心內(nèi)科介入手術(shù)圍手術(shù)期處理
- 2024年春季學(xué)期言語(yǔ)交際期末綜合試卷-國(guó)開(XJ)-參考資料
評(píng)論
0/150
提交評(píng)論