blob: 77c517cf6ad0688aaabec82731ba79588c4dfaf4 [file] [log] [blame]
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence persistence_1_0.xsd"
version="1.0">
<persistence-unit name="ecl-xml-mapping-metadata-complete" transaction-type="RESOURCE_LOCAL">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
<mapping-file>META-INF/ecl-xml-mapping-metadata-complete-mappings.xml</mapping-file>
<class>org.eclipse.persistence.testing.models.jpa.xml.xmlmetadatacomplete.AnnotationOnlyEntity</class>
</persistence-unit>
</persistence>