]> git.mxchange.org Git - pizzaservice-ejb.git/commitdiff
updated persistence unit
authorRoland Häder <roland@mxchange.org>
Sun, 16 Apr 2017 09:56:52 +0000 (11:56 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 16 Apr 2017 09:56:52 +0000 (11:56 +0200)
src/conf/persistence.xml

index 53f09b621615a2e2b1344d92a50ce62283b529e6..351f97c9419a1969636c5b43f49ff1131bb087a4 100644 (file)
@@ -8,15 +8,16 @@
     <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.jproduct.model.category.ProductCategory</class>
+    <class>org.mxchange.jproduct.model.product.GenericProduct</class>
     <class>org.mxchange.jshopcore.model.basket.items.BasketItem</class>
-    <class>org.mxchange.jshopcore.model.category.ProductCategory</class>
     <class>org.mxchange.jshopcore.model.order.ShopOrder</class>
     <class>org.mxchange.jshopcore.model.order.items.OrderItem</class>
-    <class>org.mxchange.jshopcore.model.product.GenericProduct</class>
     <class>org.mxchange.jusercore.model.email_address.EmailAddressChange</class>
     <class>org.mxchange.jusercore.model.user.LoginUser</class>
-    <class>org.mxchange.jusercore.model.user.password_history.UserPasswordHistory</class>
     <class>org.mxchange.jusercore.model.user.activity.UserActivityLog</class>
+    <class>org.mxchange.jusercore.model.user.password_history.UserPasswordHistory</class>
+    <class>org.mxchange.pizzaapplication.model.customer.PizzaCustomer</class>
     <exclude-unlisted-classes>false</exclude-unlisted-classes>
     <properties>
       <property name="javax.persistence.schema-generation.database.action" value="create"/>