java/nekurak.net-ejb/src/conf/Kurackost.hbm.xml
author František Kučera <franta-hg@frantovo.cz>
Wed, 26 Jan 2011 02:24:34 +0100
changeset 178 afee4e663992
parent 164 e146e2e3b80b
permissions -rw-r--r--
web.xml: přechod na web-app 3.0 a přesun deklarace překladů do web.xml.
http://java.sun.com/xml/ns/javaee/
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd
franta-hg@164
     1
<?xml version="1.0"?>
franta-hg@164
     2
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
franta-hg@164
     3
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
franta-hg@164
     4
<hibernate-mapping>
franta-hg@164
     5
	<class name="cz.frantovo.nekurak.dto.Kurackost" table="kurackost">
franta-hg@164
     6
		<id name="id" column="id" type="integer"/>
franta-hg@164
     7
	</class>
franta-hg@164
     8
</hibernate-mapping>