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