java.lang.NumberFormatException: For input string: “id” for Hibernate
问题 I want to pass the join query results from controller to view , but I am getting error "java.lang.NumberFormatException: For input string: "id" I have already go through the duplicated questions and applied the solutions for my scenario but it is not getting successful. Duplicated Question -1 Duplicated Question -2 Duplicated Question -3 DAO code public List<Object [] > showEmployee_Role(){ try { Session session=HibernateUtil.getSessionFactory().openSession(); SQLQuery query = session