程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> gethibernatetemplate-this.getHibernateTemplate().loadAll(entityClass);

gethibernatetemplate-this.getHibernateTemplate().loadAll(entityClass);

編輯:編程綜合問答
this.getHibernateTemplate().loadAll(entityClass);

這個是我的映射文件
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">





























我調用List list=this.getHibernateTemplate().loadAll(entityClass);的時候getHibernateTemplate()為空。

頁面提示錯誤:
type Exception report

message

description The server encountered an internal error that prevented it from fulfilling this request.

exception

java.lang.NullPointerException
com.oas.serviceBase.DaoSupport.load(DaoSupport.java:52)
com.oas.service.ActivityService.selectAllActivity(ActivityService.java:16)
com.oas.action.ActivityAction.selectAllActivity(ActivityAction.java:12)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:597)

最佳回答:


配置文件有問題!檢查清楚!

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved