| <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="proxyauthentication" transaction-type="RESOURCE_LOCAL"> | |
| <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider> | |
| <class>org.eclipse.persistence.testing.models.jpa.proxyauthentication.Employee</class> | |
| <class>org.eclipse.persistence.testing.models.jpa.proxyauthentication.PhoneNumber</class> | |
| <property name="eclipselink.jdbc.cache-statements" value="true"/> | |
| <property name="eclipselink.jdbc.write-connections.max" value="1"/> | |
| <property name="eclipselink.jdbc.write-connections.min" value="1"/> | |
| <!--property name="eclipselink.logging.level" value="FINEST"/--> | |
| </persistence-unit> | |
| </persistence> | |