]> git.mxchange.org Git - jfinancials-ejb.git/blob - src/conf/persistence.xml
Updated copyright year
[jfinancials-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="jfinancials-ejbPU" transaction-type="JTA">
4                 <description>Main persistence unit file.</description>
5                 <jta-data-source>jdbc/jfinancials</jta-data-source>
6                 <class>org.mxchange.jbonuscard.model.bonus_card.RoyalityCard</class>
7                 <class>org.mxchange.jcontacts.model.contact.UserContact</class>
8                 <class>org.mxchange.jcontactsbusiness.model.basicdata.BusinessBasicData</class>
9                 <class>org.mxchange.jcontactsbusiness.model.branchoffice.BusinessBranchOffice</class>
10                 <class>org.mxchange.jcontactsbusiness.model.department.BusinessDepartment</class>
11                 <class>org.mxchange.jcontactsbusiness.model.employee.BusinessEmployee</class>
12                 <class>org.mxchange.jcontactsbusiness.model.headquarter.BusinessHeadquarter</class>
13                 <class>org.mxchange.jcontactsbusiness.model.jobposition.EmployeePosition</class>
14                 <class>org.mxchange.jcontactsbusiness.model.logo.BusinessLogo</class>
15                 <class>org.mxchange.jcontactsbusiness.model.opening_time.BusinessOpeningTime</class>
16                 <class>org.mxchange.jcountry.model.data.CountryData</class>
17                 <class>org.mxchange.jcustomercore.model.customer.ContactCustomer</class>
18                 <class>org.mxchange.jfinancials.model.income.FinancialIncome</class>
19                 <class>org.mxchange.jfinancials.model.receipt.FinancialReceipt</class>
20                 <class>org.mxchange.jfinancials.model.receipt_item.FinancialReceiptItem</class>
21                 <class>org.mxchange.jphone.model.phonenumbers.fax.FaxNumber</class>
22                 <class>org.mxchange.jphone.model.phonenumbers.landline.LandLineNumber</class>
23                 <class>org.mxchange.jphone.model.phonenumbers.mobile.MobileNumber</class>
24                 <class>org.mxchange.jphone.model.phonenumbers.mobileprovider.CellphoneProvider</class>
25                 <class>org.mxchange.jproduct.model.category.ProductCategory</class>
26                 <class>org.mxchange.jproduct.model.product.GenericProduct</class>
27                 <class>org.mxchange.jusercore.model.email_address.EmailAddressChange</class>
28                 <class>org.mxchange.jusercore.model.user.LoginUser</class>
29                 <class>org.mxchange.jusercore.model.user.activity.UserActivityLog</class>
30                 <class>org.mxchange.jusercore.model.user.password_history.UserPasswordHistory</class>
31                 <exclude-unlisted-classes>false</exclude-unlisted-classes>
32                 <properties>
33                 </properties>
34         </persistence-unit>
35 </persistence>