<?xml version="1.0" encoding="utf-8"?>
|
<hibernate-mapping namespace="CCSTrace.TPower.DMMS.Model.CCS" xmlns="urn:nhibernate-mapping-2.2">
|
<class name="NUMCONTRAST" table="NUM_CONTRAST" schema="CCS">
|
<composite-id>
|
<key-property name="CCSID" type="String">
|
<column name="CCSID" not-null="true" length="11" sql-type="VARCHAR2(11 CHAR)" unique="true" />
|
</key-property>
|
<key-property name="ACCEPTNUM" type="String">
|
<column name="ACCEPTNUM" not-null="true" length="10" sql-type="VARCHAR2(10 CHAR)" />
|
</key-property>
|
<key-property name="CASEID" type="Int64">
|
<column name="CASEID" not-null="true" precision="10" scale="0" sql-type="NUMBER(10)" />
|
</key-property>
|
</composite-id>
|
</class>
|
</hibernate-mapping>
|