~ubuntu-branches/ubuntu/wily/libhibernate3-java/wily-proposed

« back to all changes in this revision

Viewing changes to test/org/hibernate/test/tm/Item.hbm.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-10-14 14:43:34 UTC
  • Revision ID: james.westby@ubuntu.com-20071014144334-eamc8i0q10gs1aro
Tags: upstream-3.2.5
ImportĀ upstreamĀ versionĀ 3.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE hibernate-mapping PUBLIC 
 
3
        "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
 
4
        "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
 
5
 
 
6
<!--
 
7
 
 
8
-->
 
9
 
 
10
<hibernate-mapping package="org.hibernate.test.tm">
 
11
 
 
12
        <class entity-name="Item" table="Things">
 
13
                <id name="name" type="string"/>
 
14
                <property name="description" type="string"/>            
 
15
        </class>
 
16
        
 
17
</hibernate-mapping>
 
 
b'\\ No newline at end of file'