From: Roland Häder Date: Wed, 16 Aug 2017 19:43:12 +0000 (+0200) Subject: Continued a bit: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3652e23f2966f1bcb0bea3220574b62b9fe32327;p=pizzaservice-ejb.git Continued a bit: - added missing entities - updated customer entity to LoginCustomer (has been moved as it is generic enough) Signed-off-by: Roland Häder --- 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