原文:The method load(Class, Serializable) in the type HibernateTemplate is not applicable for the arguments (Class, int)

引入別人的項目發現利用HibernateTemplate的load的方法報錯了。錯誤提示為: The method load Class, Serializable in the type HibernateTemplate is not applicable for the arguments Class, int 意思為load方法的第二個參數是實現Serializable接口的對象,int ...

2016-10-22 12:36 0 4067 推薦指數:

查看詳情

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM