]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - src/org/mxchange/jshopcore/model/category/CategorySessionBeanRemote.java
Continued with JPA:
[jcustomer-lib.git] / src / org / mxchange / jshopcore / model / category / CategorySessionBeanRemote.java
index 5194f4a1a9e00bd50158e608a0f8c9a0d58ea927..52e1c86d02bbb5f99de1827224d8828622ca8cd1 100644 (file)
@@ -17,7 +17,7 @@
 package org.mxchange.jshopcore.model.category;
 
 import java.io.Serializable;
-import java.util.Deque;
+import java.util.List;
 import javax.ejb.Remote;
 
 /**
@@ -33,5 +33,5 @@ public interface CategorySessionBeanRemote extends Serializable {
         *
         * @return All categories
         */
-       public Deque<Category> getAllCategories ();
+       public List<Category> getAllCategories ();
 }