X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconf%2Fpersistence.xml;h=a301c9f097d56f0b58779efbda6fa62f22bb1519;hb=4a1e2f0ad6fbac71267a806b72e5acf57d3f1788;hp=1306119bb5bc5e8145a9cddb729bca2379d942c8;hpb=3c90f1aa0955337ab1d543fb08292a8012c22c5f;p=addressbook-ejb.git diff --git a/src/conf/persistence.xml b/src/conf/persistence.xml index 1306119..a301c9f 100644 --- a/src/conf/persistence.xml +++ b/src/conf/persistence.xml @@ -1,26 +1,30 @@ - jdbc/contacts - org.mxchange.addressbook.model.addressbook.UserAddressbook - org.mxchange.addressbook.model.addressbook.entry.UserAddressbookEntry - 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.logo.CompanyLogo - org.mxchange.jcountry.data.CountryData - org.mxchange.jphone.phonenumbers.cellphone.CellphoneNumber - org.mxchange.jphone.phonenumbers.fax.FaxNumber - org.mxchange.jphone.phonenumbers.landline.LandLineNumber - org.mxchange.jphone.phonenumbers.smsprovider.CellphoneProvider + jdbc/addressbook + 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 -