java/nekurak.net-ejb/src/conf/Kategorie.hbm.xml
author František Kučera <franta-hg@frantovo.cz>
Thu Jan 13 23:13:09 2011 +0100 (2011-01-13)
changeset 165 cdfc1e9e3a1b
parent 163 5f0d5e1305b3
permissions -rw-r--r--
Spokojenost: pokračování.
     1 <?xml version="1.0"?>
     2 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
     3 "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
     4 <hibernate-mapping>
     5 	<class name="cz.frantovo.nekurak.dto.Kategorie" table="kategorie">
     6 		<id name="id" column="id" type="integer"/>
     7 	</class>
     8 </hibernate-mapping>