|
@@ -1,5 +1,6 @@
|
|
<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 http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" version="2.0">
|
|
<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 http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" version="2.0">
|
|
<persistence-unit name="minijax" transaction-type="RESOURCE_LOCAL">
|
|
<persistence-unit name="minijax" transaction-type="RESOURCE_LOCAL">
|
|
|
|
+ <shared-cache-mode>NONE</shared-cache-mode>
|
|
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
|
|
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
|
|
<class>com.techempower.minijax.Fortune</class>
|
|
<class>com.techempower.minijax.Fortune</class>
|
|
<class>com.techempower.minijax.World</class>
|
|
<class>com.techempower.minijax.World</class>
|