~raginggoblin/infolog/infolog

« back to all changes in this revision

Viewing changes to InfologServer/lib/hibernate-annotations-3.4.0.GA/test/org/hibernate/test/annotations/xml/ejb3/orm2.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" encoding="UTF-8"?>
2
 
 
3
 
<entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
4
 
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
 
                 xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm orm_1_0.xsd"
6
 
                 version="1.0"
7
 
        >
8
 
    <package>org.hibernate.test.annotations.xml.ejb3</package>
9
 
    <entity class="Light" access="FIELD" metadata-complete="true">
10
 
        <attributes>
11
 
            <id name="name">
12
 
                <column name="fld_id"/>
13
 
            </id>
14
 
            <basic name="power"></basic>
15
 
        </attributes>
16
 
    </entity>
17
 
</entity-mappings>
 
 
b'\\ No newline at end of file'