ulysseskao
2016-05-05 540014a7702a9bae7a3b9c00098671a132e869e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<hibernate-mapping namespace="CCSTrace.TPower.DMMS.Model.EOS" xmlns="urn:nhibernate-mapping-2.2">
  <class name="CRTAPOLOGY" table="CRTAPOLOGY" schema="EOS">
    <id name="CASEID" type="Int64">
      <column name="CASEID" not-null="true" precision="10" scale="0" sql-type="NUMBER(10)" />
      <generator class="assigned" />
    </id>
    <property name="EVENTSTATE" type="Int32">
      <column name="EVENTSTATE" not-null="true" precision="3" scale="0" sql-type="NUMBER(3)" />
    </property>
    <property name="RELAYACTION" type="Int32">
      <column name="RELAYACTION" not-null="false" precision="3" scale="0" sql-type="NUMBER(3)" />
    </property>
  </class>
</hibernate-mapping>