blob: 16f03fe10a6b4e87e9ca77e269dcd0963047413d [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="pojo-performance" transaction-type="RESOURCE_LOCAL">
<exclude-unlisted-classes>false</exclude-unlisted-classes>
<properties>
<property name="eclipselink.sessions-xml" value="org/eclipse/persistence/testing/models/performance/pojo/sessions.xml"/>
<property name="eclipselink.session-name" value="org.eclipse.persistence.testing.models.performance.pojo"/>
</properties>
</persistence-unit>
</persistence>