%BROADCASTMESSAGE%
CAAD | ARCH TWiki > Catch0405 > KaisersrotPersistenz > SoftwareVersions > ImplementierungInKaisersrot > MapFile TWiki webs:
Admin| Aizo | Archinf | BIP | Bgyalex | Brandhub | Catch0405 | Cityscan05 | CommunityMedia | Control | Curtain | Easa005 | Easydb | Education | Extern | Extern0405 | Freudenhaus | Fund | Game0405 | Game05 | Gamearch | Luise | MAS0506 | MAS0506stu | Mas0506 | Mas0506stu | Maschinen0405 | Menz | Mill | Mill0405 | NDS | NDS0405 | NDS0405stu | Plugins | Qwipp | RZM | Replay | Replay0405 | Research | Second | Trash | Udintern | Urbandesign |
Catch0405 . { Changes | Index | Search | Go }
<?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


Topic MapFile . { Edit | Attach | Ref-By | Printable | Diffs | r1.3 | > | r1.2 | > | r1.1 | More }

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.