埃德蒙顿华人社区-Edmonton China

 找回密码
 注册
查看: 1119|回复: 4

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?) x% M9 Z7 [+ C7 P
( y8 @0 a& l. t6 x4 j
谢谢9 I7 ?' X& u8 K, ^9 \( L: Z
/ ~3 i! i! {6 C
<property name="current_session_context_class">web</property>3 t7 O4 V0 U& e2 M1 l; d
<property name="current_session_context_class">call</property>& e; D" Z, u/ k9 u$ P% l
<property name="current_session_context_class">Thread_static</property>
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 20:52 | 显示全部楼层
自己顶一下,等高手出现.
鲜花(2) 鸡蛋(0)
发表于 2011-7-14 20:56 | 显示全部楼层
本帖最后由 gamahu 于 2011-7-14 22:47 编辑
8 S% V6 X/ a+ G1 s6 l; v. h. L+ o: j0 X8 p- Z9 X( G
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
+ Y) ]6 U+ A2 j, S( S( @+ C& t, H% m3 C3 ~

$ m9 h$ q' q  y# t7 c$ TChapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf! m# X5 p4 J. g3 z. F+ F0 z! N

$ h, C% ^- R0 K/ D# D) Y3 L5 _) D, d( }- F
Chapter 2.5 Contextual Sessions' e. E; }/ S9 J9 b& U: k( ]
gamahu 发表于 2011-7-14 21:56
# v- O4 a: A* C) y

1 a0 t  J: ]7 k谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
  P+ t' G. U# ?  x' |
/ P1 Q% N6 n2 _  R$ l7 M$ Y现在还多了个manage_web,很想知道它和  web/thread_static的差别,也许它能  解决我们现在要解决的问题. 因为 web/thread_static都用过一段时间,   都偶尔有不稳定的  现象出现.
鲜花(2) 鸡蛋(0)
发表于 2011-7-15 09:55 | 显示全部楼层
current_session_context_class 主要是用来配置当前 data transaction session bind to what
9 F1 b. x% u2 v& @+ B基本参数:) t/ D- c; m5 O% d
jta | thread | managed | custom.Class5 R: E  m2 E4 B2 ~4 j/ n8 j
主要是配合5 n" c6 h2 d  f
SessionFactory.getCurrentSession()
* M- }2 N1 t5 L3 L来用的.
- m) D* R$ ]* z# w4 G3 t! gThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
+ y5 f; I5 b8 K; gWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:) ^& [7 [2 y* x6 M: a/ {/ v
context.BeginRequest += OpenSession;7 C$ |! R) p* q1 ]
.Bind(HttpContext.Current, SessionFactory.OpenSession())
: r' [8 }. \! L' u% |0 l3 v7 A) ~3 {2 h( N
//do transaction
" i9 W7 l' u; o# NgetCurrentSession().Submit();
5 g" O6 Y& f) e0 G$ ogetCurrentSession().RollBack();
5 [! n1 a. z9 E% ^  d  B9 `...
3 j$ J. D2 A, f; A0 d2 S* UUnbind(HttpContext.Current, SessionFactory)) C7 q% E. z2 K6 B- z$ Y8 |

" m" _9 n, x7 ]context.EndRequest += CloseSession;2 ?; q; p- j% r. b' u" O
7 S# F7 a8 c4 M# N. x
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系我们|小黑屋|手机版|Archiver|埃德蒙顿中文网

GMT-7, 2026-4-18 19:56 , Processed in 0.116861 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表