隨筆 - 15  文章 - 5  trackbacks - 0
          <2009年3月>
          22232425262728
          1234567
          891011121314
          15161718192021
          22232425262728
          2930311234

          常用鏈接

          留言簿(1)

          隨筆分類(lèi)

          隨筆檔案

          搜索

          •  

          最新評(píng)論

          閱讀排行榜

          評(píng)論排行榜

          <?xml version="1.0"?>
          <!DOCTYPE hibernate-mapping PUBLIC
              
          "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
              
          "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
          <hibernate-mapping package="com.simplye.hibernate">
              
          <class name="Animal" table="t_animal"> //可以設(shè)置抽象類(lèi),使抽象類(lèi)不被創(chuàng)建   abstruct="true"
                  
          <id name="id">
                      
          <generator class="uuid"/> //或者手動(dòng)生成assigned
                  </id>
                  
          <property name="name"/>
                  
          <property name="sex"/>
                  <union-subclass name="Pig" table="t_pig">
                      <property name="weight"/>
                  </union-subclass>      
                  <union-subclass name="Brid" table="t_brid">
                      <property name="height">  
                  </union-subclass>
              
          </class>
          </hibernate-mapping>
          posted on 2009-03-02 01:26 simplye 閱讀(172) 評(píng)論(0)  編輯  收藏 所屬分類(lèi): hibernate note
          主站蜘蛛池模板: 海南省| 海盐县| 营口市| 嘉义县| 额敏县| 阿合奇县| 南阳市| 扎鲁特旗| 南雄市| 肃南| 宜兴市| 来宾市| 米易县| 南木林县| 门源| 称多县| 若尔盖县| 丘北县| 横峰县| 嘉善县| 汽车| 揭西县| 明光市| 陇西县| 清涧县| 新干县| 乌兰县| 泰州市| 开远市| 苏尼特右旗| 蓬溪县| 石景山区| 宜都市| 黔西县| 咸阳市| 星座| 大同县| 宣城市| 临朐县| 保康县| 柘城县|