From 3652e23f2966f1bcb0bea3220574b62b9fe32327 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 16 Aug 2017 21:43:12 +0200 Subject: [PATCH] Continued a bit: - added missing entities - updated customer entity to LoginCustomer (has been moved as it is generic enough) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/conf/persistence.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml index 351f97c..afe5d2c 100644 --- a/src/conf/persistence.xml +++ b/src/conf/persistence.xml @@ -3,6 +3,14 @@ jdbc/shop org.mxchange.jcontacts.contact.UserContact + org.mxchange.jcontactsbusiness.basicdata.CompanyBasicData + org.mxchange.jcontactsbusiness.branch.CompanyBranchOffice + org.mxchange.jcontactsbusiness.department.CompanyDepartment + org.mxchange.jcontactsbusiness.employee.CompanyEmployee + org.mxchange.jcontactsbusiness.headquarters.CompanyHeadQuartersData + org.mxchange.jcontactsbusiness.jobposition.EmployeePosition + org.mxchange.jcontactsbusiness.logo.CompanyLogo + org.mxchange.jcontactsbusiness.opening_times.BusinessOpeningTimes org.mxchange.jcountry.data.CountryData org.mxchange.jphone.phonenumbers.fax.FaxNumber org.mxchange.jphone.phonenumbers.landline.LandLineNumber @@ -17,7 +25,7 @@ org.mxchange.jusercore.model.user.LoginUser org.mxchange.jusercore.model.user.activity.UserActivityLog org.mxchange.jusercore.model.user.password_history.UserPasswordHistory - org.mxchange.pizzaapplication.model.customer.PizzaCustomer + org.mxchange.jcustomercore.model.customer.ContactCustomer false -- 2.39.5