]> git.mxchange.org Git - pizzaservice-ejb.git/commitdiff
Opps, wrong name for bean
authorRoland Haeder <roland@mxchange.org>
Sun, 10 Apr 2016 17:53:49 +0000 (19:53 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 10 Apr 2016 17:53:49 +0000 (19:53 +0200)
src/java/org/mxchange/jusercore/model/user/PizzaUserSessionBean.java

index cf536d24279a4a7e48f96091518bd1e1dbbabe1b..76eee4f896554f85af15ca047d98a920e20ed35d 100644 (file)
@@ -105,7 +105,7 @@ public class PizzaUserSessionBean extends BaseDatabaseBean implements UserSessio
                this.getLoggerBeanLocal().logTrace("allUsers: CALLED!"); //NOI18N
 
                // Get named query
-               Query query = this.getEntityManager().createNamedQuery("allUsers", List.class); //NOI18N
+               Query query = this.getEntityManager().createNamedQuery("AllUsers", List.class); //NOI18N
 
                // Get result
                List<User> users = query.getResultList();