Red Hat Application Migration Toolkit
<?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 21.06.2010 14:02:04 by Hibernate Tools 3.2.4.GA --> <hibernate-mapping> <class name="ee.adit.dao.pojo.DocumentHistory" table="DOCUMENT_HISTORY" > <id name="id" type="long"> <column name="ID" precision="12" scale="0" /> <generator class="sequence"> <param name="sequence">document_history_id_seq</param> </generator> </id> <property name="remoteApplicationName" type="string"> <column name="REMOTE_APPLICATION" length="50" /> </property> <property name="documentId" type="long"> <column name="DOCUMENT_ID" precision="12" scale="0" not-null="true" /> </property> <property name="documentHistoryType" type="string"> <column name="DOCUMENT_HISTORY_TYPE" length="50" /> </property> <property name="description" type="string"> <column name="DESCRIPTION" length="4000" /> </property> <property name="eventDate" type="timestamp"> <column name="EVENT_DATE" length="7" /> </property> <property name="userCode" type="string"> <column name="USER_CODE" length="50" /> </property> <property name="userName" type="string"> <column name="USER_NAME" length="255" /> </property> <property name="notificationStatus" type="string"> <column name="NOTIFICATION_STATUS" length="50" /> </property> <property name="xteeNotificationId" type="string"> <column name="XTEE_NOTIFICATION_ID" length="50" /> </property> <property name="xteeUserCode" type="string"> <column name="XTEE_USER_CODE" length="50" /> </property> <property name="xteeUserName" type="string"> <column name="XTEE_USER_NAME" length="255" /> </property> </class> </hibernate-mapping>