记一次 hibernate 里get和load查询

当库里没有要查的数据时:使用 session.load()会报如下错误:

org.hibernate.ObjectNotFoundException:No row with the given identifier exists:

使用session.get()时会报空指针异常:

java.lang.NullPointerException

 

posted @ 2013-06-13 14:45  尹剑平  阅读(151)  评论(0编辑  收藏  举报