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 7.02.2010 22:22:31 by Hibernate Tools 3.2.4.GA --> <hibernate-mapping> <class name="dvk.api.ml.PojoOrganization" table="DHL_ORGANIZATION"> <id name="orgCode" type="string"> <column name="ORG_CODE" length="20" /> <generator class="assigned" /> </id> <property name="orgName" type="string"> <column name="ORG_NAME" length="100" not-null="true" /> </property> <property name="dhlCapable" type="boolean"> <column name="DHL_CAPABLE" precision="1" scale="0" not-null="true" /> </property> <property name="dhlDirectCapable" type="boolean"> <column name="DHL_DIRECT_CAPABLE" precision="1" scale="0" not-null="true" /> </property> <property name="dhlDirectProducerName" type="string"> <column name="DHL_DIRECT_PRODUCER_NAME" length="50" /> </property> <property name="dhlDirectServiceUrl" type="string"> <column name="DHL_DIRECT_SERVICE_URL" length="100" /> </property> </class> </hibernate-mapping>