]> git.mxchange.org Git - pizzaservice-mailer-ejb.git/blobdiff - src/conf/persistence.xml
updated jar(s)
[pizzaservice-mailer-ejb.git] / src / conf / persistence.xml
index bae448246c6eb5d4967d6a9f4c170062e472952e..b5a4906be7db2db75072e1acc2c50cd55d1c54b7 100644 (file)
@@ -1,7 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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/contacts</jta-data-source>
+    <jta-data-source>jdbc/addressbook</jta-data-source>
+    <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.contact.UserContact</class>
+    <class>org.mxchange.jcountry.data.CountryData</class>
+    <class>org.mxchange.jphone.phonenumbers.fax.FaxNumber</class>
+    <class>org.mxchange.jphone.phonenumbers.landline.LandLineNumber</class>
+    <class>org.mxchange.jphone.phonenumbers.mobile.MobileNumber</class>
+    <class>org.mxchange.jphone.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"/>