blob: 4197e829f0cdf58806950e1463f75e3c2c0c9555 [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="DEFAULT"
transaction-type="RESOURCE_LOCAL">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
<class>org.my.example.MyEntity</class>
<class>org.my.example.MyChild</class>
<class>org.my.example.MyParent</class>
<class>huhu.sdfsdf</class>
<class>huhu.second</class>
<class>huhu.asdf</class>
<exclude-unlisted-classes>true</exclude-unlisted-classes>
</persistence-unit>
</persistence>