中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Hibernate怎么自動生成表

發布時間:2021-07-14 10:51:30 來源:億速云 閱讀:318 作者:chen 欄目:編程語言

本篇內容主要講解“Hibernate怎么自動生成表”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“Hibernate怎么自動生成表”吧!

以下代碼可以實現Hibernate自動生成表:

package test;          import java.io.File;          import org.hibernate.HibernateException;     import org.hibernate.Session;     import org.hibernate.SessionFactory;     import org.hibernate.Transaction;     import org.hibernate.cfg.Configuration;     import org.hibernate.tool.hbm2ddl.SchemaExport;          public class HibernateSchemaExport ...{              static Session session;              static Configuration config = null;         static Transaction tx = null;              public static void main(String[] args) ...{             /** *//**             * 根據映射文件創建數據庫結構             */             try ...{                  config = new Configuration().configure(new File(                         "src/hibernate.cfg.xml"));                       System.out.println("Creating tables...");                       SessionFactory sessionFactory = config.buildSessionFactory();                  session = sessionFactory.openSession();                  tx = session.beginTransaction();                       SchemaExport schemaExport = new SchemaExport(config);                  schemaExport.create(true, true);                       System.out.println("Table created.");                       tx.commit();                   } catch (HibernateException e) ...{                  e.printStackTrace();                 try ...{                      tx.rollback();                  } catch (HibernateException e1) ...{                      e1.printStackTrace();                  }              } finally ...{                   }          }          }

到此,相信大家對“Hibernate怎么自動生成表”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

古丈县| 平凉市| 苍梧县| 育儿| 合作市| 儋州市| 沁水县| 泸水县| 陕西省| 桐乡市| 长顺县| 夏津县| 万荣县| 新化县| 金堂县| 鄂温| 佛教| 孟州市| 金寨县| 汶川县| 芒康县| 茶陵县| 邹平县| 阿瓦提县| 汝南县| 西平县| 法库县| 新宾| 白玉县| 鱼台县| 云浮市| 永康市| 都安| 黄梅县| 探索| 莱州市| 英吉沙县| 修武县| 丁青县| 鄂托克前旗| 镇赉县|