Salome HOME
Fixe entities
[modules/gde.git] / projects / GDE_App / GDE-ejb / src / conf / persistence.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
3   <persistence-unit name="GDE-ejbPU" transaction-type="JTA">
4     <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
5     <jta-data-source>jdbc/gdedb</jta-data-source>
6     <exclude-unlisted-classes>false</exclude-unlisted-classes>
7     <properties>
8       <property name="eclipselink.target-database" value="PostgreSQL"/>
9     </properties>
10   </persistence-unit>
11 </persistence>