[1]
?<id name="poiId" type="java.lang.Long">
??????????? <column name="POI_ID" precision="22" scale="0" />
??????????? <generator class="assigned" />
??????? </id>
???????
????
??????? <many-to-one name="districtId" class="com.csc.poimanager.dao.TcDistrict"? update="true">
??????? ??? <column name="DISTRICT_ID" length="6"></column>
??????? </many-to-one>???????
[2]
???
private TcDistrict districtId;
??? public TcDistrict getDistrictId() {
??? ??? return this.districtId;
??? }
??? public void setDistrictId(TcDistrict districtId) {
??? ??? this.districtId = districtId;
??? }
[3]
|----------------------------------------------------------------------------------------|
版權(quán)聲明 版權(quán)所有 @zhyiwww
引用請(qǐng)注明來(lái)源 http://m.tkk7.com/zhyiwww
|----------------------------------------------------------------------------------------|
posted on 2009-01-09 13:21
zhyiwww 閱讀(661)
評(píng)論(0) 編輯 收藏 所屬分類:
j2ee