From: Roland Häder Date: Sat, 10 Jun 2017 20:42:12 +0000 (+0200) Subject: registered new entities ... Yeah, you can annotate your POJOs as @Entity, still X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=85ab30d756ee8aeae4eed403d624d536a3713af8;p=jfinancials-ejb.git registered new entities ... Yeah, you can annotate your POJOs as @Entity, still you need to register them in the persistence unit file. Signed-off-by: Roland Häder --- diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml index de2c91b..5bb8192 100644 --- a/src/conf/persistence.xml +++ b/src/conf/persistence.xml @@ -13,7 +13,8 @@ org.mxchange.jcontactsbusiness.logo.CompanyLogo org.mxchange.jcontactsbusiness.opening_times.BusinessOpeningTimes org.mxchange.jcountry.data.CountryData - org.mxchange.jfinancials.model.receipt.Receipt + org.mxchange.jfinancials.model.income.FinancialIncome + org.mxchange.jfinancials.model.receipt.FinancialReceipt org.mxchange.jfinancials.model.receipt.entry.ReceiptEntry org.mxchange.jphone.phonenumbers.fax.FaxNumber org.mxchange.jphone.phonenumbers.landline.LandLineNumber