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.AditLog" table="ADIT_LOG" > <id name="id" type="long"> <column name="ID" precision="18" scale="0" /> <generator class="assigned" /> </id> <property name="tableName" type="string"> <column name="TABLE_NAME" length="50" /> </property> <property name="columnName" type="string"> <column name="COLUMN_NAME" length="50" /> </property> <property name="oldValue" type="string"> <column name="OLD_VALUE" length="4000" /> </property> <property name="newValue" type="string"> <column name="NEW_VALUE" length="50" /> </property> <property name="logDate" type="timestamp"> <column name="LOG_DATE" length="7" /> </property> <property name="remoteApplicationShortName" type="string"> <column name="REMOTE_APPLICATION_SHORT_NAME" length="50" /> </property> <property name="xteeUserCode" type="string"> <column name="XTEE_USER_CODE" length="50" /> </property> <property name="xteeInstitutionCode" type="string"> <column name="XTEE_INSTITUTION_CODE" length="50" /> </property> <property name="dbUser" type="string"> <column name="DB_USER" length="50" /> </property> </class> </hibernate-mapping>