Hibernate的學習——2.第一個hibernate_helloworld

2.第一個hibernate_helloworld 開發步驟如下: 新建java項目: **導入hibernate jar包:**把壓縮包包裏面的required文件夾裏的jar包全部導入進來,還有數據庫驅動包。 新建一個測試數據庫hibernate4,一個測試表t_user,然後填寫一個數據 新建一個pojo對象(最好實現序列化,重寫hashcode和equals,toString方法,): *
相關文章
相關標籤/搜索