blob: ab782b6a32e0b540a294db7e668ecbd7171db18a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<entity-mappings version="2.1"
xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/orm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<entity class="org.example.app3.model.Thing">
<attributes>
<id name="id">
<column name="THING_ID" />
<generated-value/>
</id>
<basic name="name" />
</attributes>
</entity>
</entity-mappings>