]> git.mxchange.org Git - jfinancials-ejb.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 17 Oct 2017 20:42:13 +0000 (22:42 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 17 Oct 2017 20:42:13 +0000 (22:42 +0200)
- renamed named query

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jcontactsbusiness/model/employee/FinancialsEmployeeSessionBean.java

index 94df3ae54471863789f58bf55b93c67ee968cbc9..c2135eeca4480230f6a81c87cbb15eb753295f8c 100644 (file)
@@ -49,7 +49,7 @@ public class FinancialsEmployeeSessionBean extends BaseFinancialsDatabaseBean im
                this.getLoggerBeanLocal().logTrace(MessageFormat.format("{0}.allEmployees(): CALLED!", this.getClass().getSimpleName())); //NOI18N
 
                // Get named query
-               final Query query = this.getEntityManager().createNamedQuery("AllCompanyEmployees"); //NOI18N
+               final Query query = this.getEntityManager().createNamedQuery("AllEmployees"); //NOI18N
 
                // Get list form it
                final List<Employable> employees = query.getResultList();