]> git.mxchange.org Git - pizzaservice-mailer-ejb.git/blob - src/conf/persistence.xml
Auto-formatted whole project
[pizzaservice-mailer-ejb.git] / 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="addressbook-ejbPU" transaction-type="JTA">
4                 <jta-data-source>jdbc/contacts</jta-data-source>
5                 <class>org.mxchange.addressbook.model.addressbook.UserAddressbook</class>
6                 <class>org.mxchange.addressbook.model.addressbook.entry.UserAddressbookEntry</class>
7                 <class>org.mxchange.jcontacts.contact.UserContact</class>
8                 <class>org.mxchange.jcontactsbusiness.CompanyContact</class>
9                 <class>org.mxchange.jcontactsbusiness.basicdata.CompanyBasicData</class>
10                 <class>org.mxchange.jcontactsbusiness.branch.CompanyBranchOffice</class>
11                 <class>org.mxchange.jcontactsbusiness.department.CompanyDepartment</class>
12                 <class>org.mxchange.jcontactsbusiness.employee.CompanyEmployee</class>
13                 <class>org.mxchange.jcontactsbusiness.headquarters.CompanyHeadQuartersData</class>
14                 <class>org.mxchange.jcontactsbusiness.logo.CompanyLogo</class>
15                 <class>org.mxchange.jusercore.model.user.LoginUser</class>
16                 <exclude-unlisted-classes>false</exclude-unlisted-classes>
17                 <properties>
18                         <property name="javax.persistence.schema-generation.database.action" value="drop-and-create"/>
19                 </properties>
20         </persistence-unit>
21 </persistence>