我在使用HibernateTools-3.2.0.beta8 eclipse插件 其中的 Console控制台调试HQL语句时报错!
报错如下:
MESSAGE ERROR main org.hibernate.util.JDBCExceptionReporter - ORA-00933: SQL 命令未正确结束
!MESSAGE Exception while executing HQL Query
org.hibernate.exception.SQLGrammarException: could not execute query
Caused by: java.sql.SQLException: ORA-00933: SQL 命令未正确结束
!MESSAGE org.hibernate.exception.SQLGrammarException: could not execute query
一些很简单的语句:from User 也是这样报错!
请指点!