From 5b722e0f64030ec746604a634808ef59c7fae778 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 23 Apr 2020 21:59:42 +0200 Subject: [PATCH] Continued: - fixed JPA persistence unit file, RoyalityCard enity was missing MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/conf/persistence.xml | 63 ++++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml index 0e197d3..e69b418 100644 --- a/src/conf/persistence.xml +++ b/src/conf/persistence.xml @@ -1,34 +1,35 @@ - - jdbc/jfinancials - org.mxchange.jcontacts.model.contact.UserContact - org.mxchange.jcontactsbusiness.model.basicdata.BusinessBasicData - org.mxchange.jcontactsbusiness.model.branchoffice.BusinessBranchOffice - org.mxchange.jcontactsbusiness.model.department.BusinessDepartment - org.mxchange.jcontactsbusiness.model.employee.BusinessEmployee - org.mxchange.jcontactsbusiness.model.headquarter.BusinessHeadquarter - org.mxchange.jcontactsbusiness.model.jobposition.EmployeePosition - org.mxchange.jcontactsbusiness.model.logo.BusinessLogo - org.mxchange.jcontactsbusiness.model.opening_time.BusinessOpeningTime - org.mxchange.jcountry.model.data.CountryData - org.mxchange.jfinancials.model.income.FinancialIncome - org.mxchange.jfinancials.model.receipt.FinancialReceipt - org.mxchange.jfinancials.model.receipt_item.FinancialReceiptItem - org.mxchange.jphone.model.phonenumbers.fax.FaxNumber - org.mxchange.jphone.model.phonenumbers.landline.LandLineNumber - org.mxchange.jphone.model.phonenumbers.mobile.MobileNumber - org.mxchange.jphone.model.phonenumbers.mobileprovider.CellphoneProvider - org.mxchange.jproduct.model.category.ProductCategory - org.mxchange.jproduct.model.product.GenericProduct - org.mxchange.jusercore.model.email_address.EmailAddressChange - org.mxchange.jusercore.model.user.LoginUser - org.mxchange.jusercore.model.user.activity.UserActivityLog - org.mxchange.jusercore.model.user.password_history.UserPasswordHistory - org.mxchange.jcustomercore.model.customer.ContactCustomer - org.mxchange.jfinancials.model.bonus_card.FinancialBonusCard - false - - - + + Main persistence unit file. + jdbc/jfinancials + org.mxchange.jbonuscard.model.bonus_card.RoyalityCard + org.mxchange.jcontacts.model.contact.UserContact + org.mxchange.jcontactsbusiness.model.basicdata.BusinessBasicData + org.mxchange.jcontactsbusiness.model.branchoffice.BusinessBranchOffice + org.mxchange.jcontactsbusiness.model.department.BusinessDepartment + org.mxchange.jcontactsbusiness.model.employee.BusinessEmployee + org.mxchange.jcontactsbusiness.model.headquarter.BusinessHeadquarter + org.mxchange.jcontactsbusiness.model.jobposition.EmployeePosition + org.mxchange.jcontactsbusiness.model.logo.BusinessLogo + org.mxchange.jcontactsbusiness.model.opening_time.BusinessOpeningTime + org.mxchange.jcountry.model.data.CountryData + org.mxchange.jcustomercore.model.customer.ContactCustomer + org.mxchange.jfinancials.model.income.FinancialIncome + org.mxchange.jfinancials.model.receipt.FinancialReceipt + org.mxchange.jfinancials.model.receipt_item.FinancialReceiptItem + org.mxchange.jphone.model.phonenumbers.fax.FaxNumber + org.mxchange.jphone.model.phonenumbers.landline.LandLineNumber + org.mxchange.jphone.model.phonenumbers.mobile.MobileNumber + org.mxchange.jphone.model.phonenumbers.mobileprovider.CellphoneProvider + org.mxchange.jproduct.model.category.ProductCategory + org.mxchange.jproduct.model.product.GenericProduct + org.mxchange.jusercore.model.email_address.EmailAddressChange + org.mxchange.jusercore.model.user.LoginUser + org.mxchange.jusercore.model.user.activity.UserActivityLog + org.mxchange.jusercore.model.user.password_history.UserPasswordHistory + false + + + -- 2.39.2