<?xml version="1.0" encoding="utf-8"?>
|
<hibernate-mapping namespace="TaiPower.Dmm.Model.CCS" xmlns="urn:nhibernate-mapping-2.2">
|
<class name="ADDRCONTRAST" table="ADDR_CONTRAST" schema="CCS">
|
<composite-id>
|
<key-property name="DEPTID" type="Int32">
|
<column name="DEPTID" not-null="true" precision="5" scale="0" sql-type="NUMBER(5)" />
|
</key-property>
|
<key-property name="CITY" type="String">
|
<column name="CITY" not-null="true" length="20" sql-type="VARCHAR2(20 CHAR)" />
|
</key-property>
|
<key-property name="ROAD" type="String">
|
<column name="ROAD" not-null="true" length="20" sql-type="VARCHAR2(20 CHAR)" />
|
</key-property>
|
</composite-id>
|
<property name="TOWN" type="String">
|
<column name="TOWN" not-null="false" length="20" sql-type="VARCHAR2(20 CHAR)" />
|
</property>
|
</class>
|
</hibernate-mapping>
|