From 85ab30d756ee8aeae4eed403d624d536a3713af8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 10 Jun 2017 22:42:12 +0200 Subject: [PATCH] registered new entities ... Yeah, you can annotate your POJOs as @Entity, still you need to register them in the persistence unit file. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/conf/persistence.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5