Skip to content

Instantly share code, notes, and snippets.

@gamlerhart
Created June 12, 2012 19:14
Show Gist options
  • Save gamlerhart/2919534 to your computer and use it in GitHub Desktop.
Save gamlerhart/2919534 to your computer and use it in GitHub Desktop.
VJPA with XML
<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
http://java.sun.com/xml/ns/persistence/orm_2_0.xsd"
version="2.0">
<entity class="info.gamlor.jpa.NamedItem" access="FIELD">
<attributes>
<id name="id"/>
</attributes>
</entity>
</entity-mappings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment