From: Roland Häder Date: Thu, 23 Apr 2020 19:59:42 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=5b722e0f64030ec746604a634808ef59c7fae778;p=jfinancials-ejb.git Continued: - fixed JPA persistence unit file, RoyalityCard enity was missing Signed-off-by: Roland Häder --- 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 + + +