You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
681 B

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<!--
Mapping file autogenerated by MyEclipse Persistence Tools
-->
<hibernate-mapping>
<class name="ProjectMain.TInventory" table="t_inventory" catalog="jpa_inst">
<id name="productId" type="java.lang.String">
<column name="product_id" length="10" />
<generator class="assigned"></generator>
</id>
<property name="quantity" type="java.lang.Integer">
<column name="quantity" />
</property>
</class>
</hibernate-mapping>