Information

0
Story Points

Technologies

Hibernate Mapping
<?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.PojoCounter" table="DHL_COUNTER">
        <id name="dhlId" type="big_decimal">
            <column name="DHL_ID" precision="38" scale="0" />
            <generator class="assigned" />
        </id>
    </class>
</hibernate-mapping>
Page generated: Oct 19, 2017 2:34:14 PM