TWiki . Catch0405 . MapFile
|
<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD//EN"
"http://hibernate.sourceforge.net/hibernate-mapping.dtd">
<hibernate-mapping>
<class name="StoreTupel" table="kaisersrot">
<!-- A 32 hex character is our surrogate key. It's automatically
generated by Hibernate with the UUID pattern. -->
<id name="PrimaryKey" type="string" unsaved-value="null" >
<column name="id" sql-type="varchar(35)" not-null="true"/>
<generator class="uuid.hex"/>
</id>
<property name="Haustyp" column="Haustyp" type="string"/>
<property name="Anzahl" column="Anzahl" type="string"/>
<property name="Name" column="Name" type="string"/>
<property name="Nname" column="Nname" type="string"/>
<property name="Breite" column="Breite" type="string"/>
<property name="Tiefe" column="Tiefe" type="string"/>
<property name="Flaeche" column="Flaeche" type="string"/>
<property name="r" column="r" type="string"/>
<property name="g" column="g" type="string"/>
<property name="b" column="b" type="string"/>
<property name="strasse" column="strasse" type="string"/>
<property name="wasser" column="wasser" type="string"/>
<property name="gruen" column="gruen" type="string"/>
<property name="nix" column="nix" type="string"/>
</class>
</hibernate-mapping>
-- OtherDenisRaschpichler - 30 Dec 2004
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.
This website has been archived and is no longer maintained.