|
作者:Administrator
|
|
2009-02-01 23:25 |
|
<?xml version="1.0"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> <!-- Generated 2008/12/15 15:34:28 by Hibernate Tools 3.1.0.beta5 --> <hibernate-mapping> <class class="com.aa.entity.xxxxEntity" table="M051_BIZ_RST"> <id name="Id" type="integer"> <column name="_ID" precision="5" scale="0" /> <generator class="assigned" /> </id> <property name="UserId" type="string"> <column name="USER_ID" length="10" not-null="true" /> </property> <many-to-one name="callRstRec" class="xxxxxxx.xx.entity.xxxxentity" not-found="ignore" fetch="join" lazy="false" insert="false" update="false"> <column name="CALL_ID" length="2" not-null="true" /> </many-to-one> <many-to-one name="callRstRec" class="xxxxxxx.xx.entity.xxxxentity" not-found="ignore" fetch="select" lazy="false" insert="false" update="false"> <column name="CALL_ID" length="2" not-null="true" /> </many-to-one> </class> </hibernate-mapping>
|
|
最后更新于: 2009-02-01 23:25 |