]> git.mxchange.org Git - addressbook-ejb.git/blob - src/conf/persistence.xml
Please cherry-pick:
[addressbook-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.jaddressbook.model.addressbook.UserAddressbook</class>
6     <class>org.mxchange.jaddressbook.model.addressbook.entry.UserAddressbookEntry</class>
7     <class>org.mxchange.jaddressbookshare.model.addressbook.shared.AddressbookShare</class>
8     <class>org.mxchange.jcontacts.model.contact.UserContact</class>
9     <class>org.mxchange.jcontactsbusiness.model.basicdata.BusinessBasicData</class>
10     <class>org.mxchange.jcontactsbusiness.model.branchoffice.BusinessBranchOffice</class>
11     <class>org.mxchange.jcontactsbusiness.model.department.BusinessDepartment</class>
12     <class>org.mxchange.jcontactsbusiness.model.employee.BusinessEmployee</class>
13     <class>org.mxchange.jcontactsbusiness.model.headquarters.BusinessHeadquarters</class>
14     <class>org.mxchange.jcontactsbusiness.model.jobposition.EmployeePosition</class>
15     <class>org.mxchange.jcontactsbusiness.model.logo.BusinessLogo</class>
16     <class>org.mxchange.jcontactsbusiness.model.opening_time.BusinessOpeningTime</class>
17     <class>org.mxchange.jcountry.model.data.CountryData</class>
18     <class>org.mxchange.jphone.model.phonenumbers.fax.FaxNumber</class>
19     <class>org.mxchange.jphone.model.phonenumbers.landline.LandLineNumber</class>
20     <class>org.mxchange.jphone.model.phonenumbers.mobile.MobileNumber</class>
21     <class>org.mxchange.jphone.model.phonenumbers.mobileprovider.CellphoneProvider</class>
22     <class>org.mxchange.jusercore.model.email_address.EmailAddressChange</class>
23     <class>org.mxchange.jusercore.model.user.LoginUser</class>
24     <class>org.mxchange.jusercore.model.user.activity.UserActivityLog</class>
25     <class>org.mxchange.jusercore.model.user.password_history.UserPasswordHistory</class>
26     <exclude-unlisted-classes>false</exclude-unlisted-classes>
27     <properties>
28     </properties>
29   </persistence-unit>
30 </persistence>