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=[]])

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