org.hibernate.HibernateException: could not instantiate QueryTranslatorFactory: org.hibernate.hql.classic.ClassicQueryTransactionFactory

后端 未结 4 569
温柔的废话
温柔的废话 2020-12-09 22:28

why this exception is occure when i run query from hql editor

org.hibernate.HibernateException: could not instantiate QueryTranslatorFactory: org.hibernate.hql.cla         


        
4条回答
  •  离开以前
    2020-12-09 22:57

    The correct name is

    org.hibernate.hql.classic.ClassicQueryTranslactorFactory

    Pls note that 'l' is missing in the previous comment.

提交回复
热议问题