weixin_42502848 2013-02-11 16:28
浏览 269
已采纳

org.hibernate.hql.ast.util.SessionFactoryHelper.findSQLFunction

java.lang.NullPointerException
org.hibernate.hql.ast.util.SessionFactoryHelper.findSQLFunction(sessionFactoryHelper.java:341)

org.hibernate.hql.ast.tree.IdentNode.getDataType(IdentNode.java:263)
问题补充:
我在查询的时候就报这样的错 这是什么问题 什么错误

applicationContect.xml

hibernate.dialect

org.hibernate.dialect.MySQLDialect

以前是连接的sqlserve数据库 现在改成mysql就报错 hibernate 版本是 hibernate3.jar

session获取getSessionFactory().getCurrentSession() 之后 里面是 SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionsQueue[insertions=[] updates=[] deletions=[] colletionCreations=[] collectionRemovals=[] collectionUpdates=[]])

  • 写回答

1条回答 默认 最新

  • jinbingchuan 2013-02-11 17:41
    关注

    你查询的hql语句是有问题的,请仔细检查你的语句
    可以看下 http://docs.jboss.org/hibernate/core/3.3/reference/en/html/queryhql.html

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?