X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Fconf%2Fpersistence.xml;h=a301c9f097d56f0b58779efbda6fa62f22bb1519;hb=4a1e2f0ad6fbac71267a806b72e5acf57d3f1788;hp=2fa63d1b90d9dec28001f30b744a5667de965249;hpb=e44ec846b650268433e3be9e87316812bbf90eef;p=addressbook-ejb.git diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml index 2fa63d1..a301c9f 100644 --- a/src/conf/persistence.xml +++ b/src/conf/persistence.xml @@ -2,30 +2,29 @@ jdbc/addressbook - org.mxchange.addressbook.model.addressbook.UserAddressbook - org.mxchange.addressbook.model.addressbook.entry.UserAddressbookEntry - org.mxchange.addressbook.model.addressbook.shared.AddressbookShare - org.mxchange.jcontacts.contact.UserContact - org.mxchange.jcontactsbusiness.CompanyContact - 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 - org.mxchange.jphone.phonenumbers.mobile.MobileNumber - org.mxchange.jphone.phonenumbers.mobileprovider.CellphoneProvider + org.mxchange.jaddressbook.model.addressbook.UserAddressbook + org.mxchange.jaddressbook.model.addressbook.entry.UserAddressbookEntry + org.mxchange.jaddressbookshare.model.addressbook.shared.AddressbookShare + 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.headquarters.BusinessHeadquarters + 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.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.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 -