NHibernate之"Could not initialize proxy - no Session" Bug

Posted RONGWEIJUN

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NHibernate之"Could not initialize proxy - no Session" Bug相关的知识,希望对你有一定的参考价值。

最近在看一个 叫 泰斗破坏神的项目 里面用到了 NHibernate

 

 

这里涉及到了 联表查询

我的映射是在类里面,和网上在XML里的不一样  

当我运行时,它会报错  Could not initialize proxy - no Session

网上查了的意思是  数据还没找完 Session就已经销毁了    

   映射表默认的是lazy=true;就是延迟加载的意思,因为延迟加载导致Session销毁了,然后我在想能不能 找到一个修改lazy的方法,可是最后找不到。

所以最后想到一个简单的方法就是  既然销毁了,就再新建一个去查询

代码以下

 

以上是关于NHibernate之"Could not initialize proxy - no Session" Bug的主要内容,如果未能解决你的问题,请参考以下文章

NHibernate错误:Could not compile the mapping document的解决

IntelliJ idea 报错:Could not autowire,no beans of "XXX" type found

postgresql 日志报错could not write to log file: No space left on device,could not write lock file "

调用thrift出现No handlers could be found for logger "thrift.transport.TSocket"

IDEA解决"Could not autowire. No beans of 'xxxx' type found"的错误提示

Python之使用pip安转第三方库时报错ERROR: Could not find a version that satisfies the requirement pygame ERROR: No