blob: 244c7262ed2d6f8f9f608f240e0e8ac8c7b7af30 [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="structConverter" transaction-type="RESOURCE_LOCAL">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
<class>org.eclipse.persistence.testing.models.jpa.structconverter.SimpleSpatial</class>
</persistence-unit>
<persistence-unit name="xmlStructConverter" transaction-type="RESOURCE_LOCAL">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
<mapping-file>META-INF/struct-converter-entity-mappings.xml</mapping-file>
</persistence-unit>
</persistence>