]> git.mxchange.org Git - pizzaservice-mailer-ejb.git/blob - src/conf/persistence.xml
added entity to persistence unit
[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/addressbook</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.addressbook.model.addressbook.shared.AddressbookShare</class>
8     <class>org.mxchange.jcontacts.contact.UserContact</class>
9     <class>org.mxchange.jcontactsbusiness.CompanyContact</class>
10     <class>org.mxchange.jcontactsbusiness.basicdata.CompanyBasicData</class>
11     <class>org.mxchange.jcontactsbusiness.branch.CompanyBranchOffice</class>
12     <class>org.mxchange.jcontactsbusiness.department.CompanyDepartment</class>
13     <class>org.mxchange.jcontactsbusiness.employee.CompanyEmployee</class>
14     <class>org.mxchange.jcontactsbusiness.headquarters.CompanyHeadQuartersData</class>
15     <class>org.mxchange.jcontactsbusiness.jobposition.EmployeePosition</class>
16     <class>org.mxchange.jcontactsbusiness.logo.CompanyLogo</class>
17     <class>org.mxchange.jcontactsbusiness.opening_times.BusinessOpeningTimes</class>
18     <class>org.mxchange.jcountry.data.CountryData</class>
19     <class>org.mxchange.jphone.phonenumbers.cellphone.CellphoneNumber</class>
20     <class>org.mxchange.jphone.phonenumbers.fax.FaxNumber</class>
21     <class>org.mxchange.jphone.phonenumbers.landline.LandLineNumber</class>
22     <class>org.mxchange.jphone.phonenumbers.smsprovider.CellphoneProvider</class>
23     <class>org.mxchange.jusercore.model.email_address.EmailAddressChange</class>
24     <class>org.mxchange.jusercore.model.user.LoginUser</class>
25     <exclude-unlisted-classes>false</exclude-unlisted-classes>
26     <properties>
27       <property name="javax.persistence.schema-generation.database.action" value="drop-and-create"/>
28     </properties>
29   </persistence-unit>
30 </persistence>