blob: 7214fb33ae4a476076eb556750a4654d57073d41 [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="performance" transaction-type="RESOURCE_LOCAL">
<mapping-file>META-INF/jpa-orm.xml</mapping-file>
<exclude-unlisted-classes>false</exclude-unlisted-classes>
</persistence-unit>
</persistence>