查看HQL的語句是否寫錯了,是否有在From後面加空格。我就是沒有加空格報了錯誤!java
return sessionFactory.getCurrentSession().createQuery("from " + " "+clazzName).list();