码迷,mamicode.com
首页 > 其他好文 > 详细

aaaa

时间:2014-09-05 02:08:20      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   sp   on   amp   c   ad   size   

<?xml version="1.0" encoding="utf-8" ?>

<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">

<class name ="NHibernateExample01.Model.Entity.CustomerEntity,NHibernateExample01.Model" table="CustomerInfo">

<id name="CustomerID" column="CustomerID" type="string" length="36">

<generator class ="native"></generator>

</id>

<property name="CustomerName" column ="CustomerName" type="string" length="200" />

<property name ="LinkPhone" column="LinkPhone" type="string" length="20"/>

<property name ="LinkAddress" column="LinkAddress" type="string" length="500" />

</class>

</hibernate-mapping>

aaaa

标签:style   color   io   sp   on   amp   c   ad   size   

原文地址:http://www.cnblogs.com/huhai121/p/3957137.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!