]> git.mxchange.org Git - addressbook-mailer-ejb.git/blobdiff - src/conf/persistence.xml
Auto-formatted whole project
[addressbook-mailer-ejb.git] / src / conf / persistence.xml
index e2f3b2daa64f59c472f37e3b0c280aca14b37ed2..6645ace1dea37e82d3ce502e0ff533cf2fc55900 100644 (file)
@@ -1,21 +1,21 @@
 <?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>
-    <class>org.mxchange.addressbook.model.addressbook.UserAddressbook</class>
-    <class>org.mxchange.addressbook.model.addressbook.entry.UserAddressbookEntry</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.logo.CompanyLogo</class>
-    <class>org.mxchange.jusercore.model.user.LoginUser</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-unit name="addressbook-ejbPU" transaction-type="JTA">
+               <jta-data-source>jdbc/contacts</jta-data-source>
+               <class>org.mxchange.addressbook.model.addressbook.UserAddressbook</class>
+               <class>org.mxchange.addressbook.model.addressbook.entry.UserAddressbookEntry</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.logo.CompanyLogo</class>
+               <class>org.mxchange.jusercore.model.user.LoginUser</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>