]> git.mxchange.org Git - addressbook-ejb.git/blobdiff - src/conf/persistence.xml
Continued:
[addressbook-ejb.git] / src / conf / persistence.xml
index f6b140dbd2caef921acd26d914f305c8fbd1c002..a301c9f097d56f0b58779efbda6fa62f22bb1519 100644 (file)
@@ -2,28 +2,29 @@
 <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
   <persistence-unit name="addressbook-ejbPU" transaction-type="JTA">
     <jta-data-source>jdbc/addressbook</jta-data-source>
-    <class>org.mxchange.addressbook.model.addressbook.UserAddressbook</class>
-    <class>org.mxchange.addressbook.model.addressbook.entry.UserAddressbookEntry</class>
-    <class>org.mxchange.addressbook.model.addressbook.shared.AddressbookShare</class>
-    <class>org.mxchange.jcontacts.contact.UserContact</class>
-    <class>org.mxchange.jcontactsbusiness.CompanyContact</class>
-    <class>org.mxchange.jcontactsbusiness.basicdata.CompanyBasicData</class>
-    <class>org.mxchange.jcontactsbusiness.branch.CompanyBranchOffice</class>
-    <class>org.mxchange.jcontactsbusiness.department.CompanyDepartment</class>
-    <class>org.mxchange.jcontactsbusiness.employee.CompanyEmployee</class>
-    <class>org.mxchange.jcontactsbusiness.headquarters.CompanyHeadQuartersData</class>
-    <class>org.mxchange.jcontactsbusiness.jobposition.EmployeePosition</class>
-    <class>org.mxchange.jcontactsbusiness.logo.CompanyLogo</class>
-    <class>org.mxchange.jcountry.data.CountryData</class>
-    <class>org.mxchange.jphone.phonenumbers.cellphone.CellphoneNumber</class>
-    <class>org.mxchange.jphone.phonenumbers.fax.FaxNumber</class>
-    <class>org.mxchange.jphone.phonenumbers.landline.LandLineNumber</class>
-    <class>org.mxchange.jphone.phonenumbers.smsprovider.CellphoneProvider</class>
+    <class>org.mxchange.jaddressbook.model.addressbook.UserAddressbook</class>
+    <class>org.mxchange.jaddressbook.model.addressbook.entry.UserAddressbookEntry</class>
+    <class>org.mxchange.jaddressbookshare.model.addressbook.shared.AddressbookShare</class>
+    <class>org.mxchange.jcontacts.model.contact.UserContact</class>
+    <class>org.mxchange.jcontactsbusiness.model.basicdata.BusinessBasicData</class>
+    <class>org.mxchange.jcontactsbusiness.model.branchoffice.BusinessBranchOffice</class>
+    <class>org.mxchange.jcontactsbusiness.model.department.BusinessDepartment</class>
+    <class>org.mxchange.jcontactsbusiness.model.employee.BusinessEmployee</class>
+    <class>org.mxchange.jcontactsbusiness.model.headquarters.BusinessHeadquarters</class>
+    <class>org.mxchange.jcontactsbusiness.model.jobposition.EmployeePosition</class>
+    <class>org.mxchange.jcontactsbusiness.model.logo.BusinessLogo</class>
+    <class>org.mxchange.jcontactsbusiness.model.opening_time.BusinessOpeningTime</class>
+    <class>org.mxchange.jcountry.model.data.CountryData</class>
+    <class>org.mxchange.jphone.model.phonenumbers.fax.FaxNumber</class>
+    <class>org.mxchange.jphone.model.phonenumbers.landline.LandLineNumber</class>
+    <class>org.mxchange.jphone.model.phonenumbers.mobile.MobileNumber</class>
+    <class>org.mxchange.jphone.model.phonenumbers.mobileprovider.CellphoneProvider</class>
     <class>org.mxchange.jusercore.model.email_address.EmailAddressChange</class>
     <class>org.mxchange.jusercore.model.user.LoginUser</class>
+    <class>org.mxchange.jusercore.model.user.activity.UserActivityLog</class>
+    <class>org.mxchange.jusercore.model.user.password_history.UserPasswordHistory</class>
     <exclude-unlisted-classes>false</exclude-unlisted-classes>
     <properties>
-      <property name="javax.persistence.schema-generation.database.action" value="drop-and-create"/>
     </properties>
   </persistence-unit>
 </persistence>