~raginggoblin/infolog/infolog

« back to all changes in this revision

Viewing changes to InfologServer/lib/hibernate-distribution-3.3.2.GA/project/testsuite/src/test/java/org/hibernate/test/extendshbm/Customer.hbm.xml

  • Committer: Raging Goblin
  • Date: 2013-11-16 16:51:32 UTC
  • Revision ID: raging_goblin-20131116165132-weujnptzc88uy4ah
Mavenized the project, now using shared project InfologSync

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
 
  This mapping demonstrates 
9
 
 
10
 
-->
11
 
 
12
 
<hibernate-mapping package="org.hibernate.test.extendshbm">
13
 
        <subclass name="Customer" extends="Person">
14
 
                                <property name="comments"/>
15
 
                                <many-to-one name="salesperson"/>
16
 
        </subclass>
17
 
</hibernate-mapping>
 
 
b'\\ No newline at end of file'