blob: 80b1e4770a185561fc08a718b8b8d94823eb52e0 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm orm_1_0.xsd"
version="1.0">
<package>model.xmlmapped</package>
<entity class="SimpleEntity">
<attributes>
<id name="id">
<column name="ID1"/>
</id>
<basic name="simpleString"/>
</attributes>
</entity>
</entity-mappings>