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

常用链接

留言簿(1)

随笔分类

随笔档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜

  <?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="User" table="t_user">
          
<id name="id">
            
<generator class="native"/>
          
</id>
         
<property name="name"/>       
           <
component name="contact"> //附属类
               <property name="email">
           
</component>
     
</class>
 
</hibernate-mapping>
posted on 2009-03-02 01:53 simplye 阅读(338) 评论(0)  编辑  收藏 所属分类: hibernate note

只有注册用户登录后才能发表评论。


网站导航: