hibernate很简单的查询语句 sessionFactory.getCurrentSession().createQuery( "from Topic").list();
Hibernate:selecttopic0_.tidastid2_,topic0_.s_idass2_2_,topic0_.u_idasu3_2_,topic0_.tc...
Hibernate: select topic0_.tid as tid2_, topic0_.s_id as s2_2_, topic0_.u_id as u3_2_, topic0_.tcdate as tcdate2_, topic0_.tcontent as tcontent2_, topic0_.ttitle as ttitle2_ from SSH-BBS.topic topic0_
ssh-bbs是数据名。为什么hibernate生成的sql语句后面的表名前要加上数据名。导致每次都发生异常。信息:
org.hibernate.exception.SQLGrammarException: could not execute query
去了数据库名就可以了。帮帮忙。 展开
ssh-bbs是数据名。为什么hibernate生成的sql语句后面的表名前要加上数据名。导致每次都发生异常。信息:
org.hibernate.exception.SQLGrammarException: could not execute query
去了数据库名就可以了。帮帮忙。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询