<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    瘋狂

    STANDING ON THE SHOULDERS OF GIANTS
    posts - 481, comments - 486, trackbacks - 0, articles - 1
      BlogJava :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理

    hibernate annoation (二創(chuàng)建表)

    Posted on 2009-11-02 14:58 瘋狂 閱讀(880) 評論(0)  編輯  收藏 所屬分類: java hibernate

    為了追蹤hibernate的信息 <property name="hibernate.show_sql">true</property>

     新建User類:

     

    @Entity
    @Table(name="E_USER",uniqueConstraints={
    @UniqueConstraint(columnNames={"yahoo"})
    })
    public class User {

    private int id;
    private String yahoo; //昵稱唯一

    @Id
    @GeneratedValue(strategy=GenerationType.AUTO)
    public int getId() {
    return id;
    }
    public void setId(int id) {
    this.id = id;
    }
    public String getYahoo() {
    return yahoo;
    }
    public void setYahoo(String yahoo) {
    this.yahoo = yahoo;
    }

    }

     創(chuàng)建表 首先在hibernate.cfg.xml里配置<mapping class="com.eric.po.User"/>說明:使用annoation同樣可以接受.hbm.xml文件

     1,以手動創(chuàng)建

       DROP TABLE IF EXISTS `e_user`;
    CREATE TABLE `e_user` (
      `id` int(11) NOT NULL auto_increment,
      `yahoo` varchar(255) default NULL,
      PRIMARY KEY  (`id`),
      UNIQUE KEY `yahoo` (`yahoo`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

     2,使用<property name="hbm2ddl.auto">create</property>屬性來自動創(chuàng)建

     3,SchemaExport : new SchemaExport(new AnnotationConfiguration().configure()).create(true,true);

         create(true,true):兩個參數(shù):   

    Java代碼 復制代碼
    1. @param script print the DDL to the console   
    2. @param export export the script to the database  

       hibernate建表語句:

      drop table if exists E_USER
     create table E_USER (id integer not null auto_increment, yahoo varchar(255), primary key (id), unique (yahoo))

    主站蜘蛛池模板: 亚洲精品成人片在线观看| 亚洲精品国产专区91在线| 国产一区二区三区免费| 亚洲乱人伦精品图片| 四虎影视精品永久免费网站| 成人性生交大片免费看中文| 亚洲熟妇无码AV不卡在线播放| 亚洲一区二区三区偷拍女厕| 亚洲欧洲免费无码| 中文在线免费不卡视频| 国产亚洲精品成人AA片| 亚洲国产精品一区二区成人片国内 | 亚洲美女aⅴ久久久91| 免费国产高清视频| 最好看最新的中文字幕免费| 国产成人亚洲精品91专区高清| 亚洲黄色网站视频| 亚洲不卡AV影片在线播放| 成人免费视频69| 国产乱子伦精品免费视频| ww亚洲ww在线观看国产| 亚洲成AV人片一区二区| 亚洲成a人片在线观看日本麻豆| 99久久久精品免费观看国产| 国产精品免费久久| 自拍偷自拍亚洲精品播放| 亚洲噜噜噜噜噜影院在线播放| 国产亚洲精午夜久久久久久| 日本最新免费不卡二区在线| 日本免费xxxx| 精品国产麻豆免费人成网站| 香蕉97碰碰视频免费| 亚洲欧美日韩中文高清www777| 亚洲视频中文字幕在线| 亚洲毛片αv无线播放一区| 亚洲国产免费综合| 日韩成人在线免费视频| A级毛片内射免费视频| 日本XXX黄区免费看| 91精品视频免费| 88av免费观看|