亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

邯郸市| 丹凤县| 美姑县| 松溪县| 杂多县| 达日县| 通渭县| 麦盖提县| 嘉兴市| 溧水县| 彰武县| 泸水县| 崇州市| 林口县| 定安县| 文昌市| 临夏县| 大安市| 金堂县| 呼和浩特市| 乌拉特中旗| 五莲县| 姚安县| 大足县| 简阳市| 新龙县| 株洲市| 共和县| 大荔县| 永兴县| 古田县| 朝阳县| 天津市| 华坪县| 安陆市| 黄浦区| 台东县| 璧山县| 岢岚县| 临泽县| 株洲市|