From: Roland Häder <roland@mxchange.org>
Date: Sun, 16 Apr 2017 09:56:55 +0000 (+0200)
Subject: updated persistence unit
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=916db6a083340feffa37b60233386963c0876151;p=jfinancials-ejb.git

updated persistence unit
---

diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml
index 082405f..de2c91b 100644
--- a/src/conf/persistence.xml
+++ b/src/conf/persistence.xml
@@ -13,10 +13,14 @@
     <class>org.mxchange.jcontactsbusiness.logo.CompanyLogo</class>
     <class>org.mxchange.jcontactsbusiness.opening_times.BusinessOpeningTimes</class>
     <class>org.mxchange.jcountry.data.CountryData</class>
+    <class>org.mxchange.jfinancials.model.receipt.Receipt</class>
+    <class>org.mxchange.jfinancials.model.receipt.entry.ReceiptEntry</class>
     <class>org.mxchange.jphone.phonenumbers.fax.FaxNumber</class>
     <class>org.mxchange.jphone.phonenumbers.landline.LandLineNumber</class>
     <class>org.mxchange.jphone.phonenumbers.mobile.MobileNumber</class>
     <class>org.mxchange.jphone.phonenumbers.mobileprovider.CellphoneProvider</class>
+    <class>org.mxchange.jproduct.model.category.ProductCategory</class>
+    <class>org.mxchange.jproduct.model.product.GenericProduct</class>
     <class>org.mxchange.jusercore.model.email_address.EmailAddressChange</class>
     <class>org.mxchange.jusercore.model.user.LoginUser</class>
     <class>org.mxchange.jusercore.model.user.password_history.UserPasswordHistory</class>