埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
9 d3 \' N: U. W: e  {2 N( A3 c, y4 q9 O* h( Q# ]; r
谢谢( c( c9 E- J# z$ Z) B
+ w% |( v7 n, y7 ]8 ~! }
<property name="current_session_context_class">web</property>
4 Q! ]- J2 R% a# |6 K5 Z<property name="current_session_context_class">call</property>
* c% A- N* A8 l  i9 T0 q5 ~4 H<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 编辑 0 _( U% Z0 _* R2 N4 w$ H! m
$ D2 F* L  `: @+ Q0 _5 s( i
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
. Q: v% t1 d: O2 R! r
: _% k6 c- B: q7 N$ w7 H  G; x
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
& r+ I& L. G4 Y0 L1 p: \
7 i1 M/ ?/ F# d2 E  N# U
, b9 x; R( t- i" I' t3 q0 LChapter 2.5 Contextual Sessions
3 S$ K" H7 [, x+ T0 W4 H2 G' zgamahu 发表于 2011-7-14 21:56

4 `# t/ \9 M% _3 k* [0 V$ |( o) t& p$ z  E
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
* E1 a# F" m6 S0 @
4 l% _" @: j. Z) z/ l- r+ 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
2 X# b! t' H, D  ^9 ^4 K基本参数:$ a% L# h7 s; E, T
jta | thread | managed | custom.Class
$ s- q- ]: s! K! Q3 }' A) J主要是配合
% Q2 |. S8 A* W; t- P. XSessionFactory.getCurrentSession()8 |/ G8 x+ Q5 S# ?6 m- S# e
来用的.% B8 B7 L' r2 j% N9 ]  G4 I
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
6 Y" L/ Y* S7 I4 C  o+ z( TWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
9 a+ a4 x: P' G0 vcontext.BeginRequest += OpenSession;  B. h8 o5 n/ t; E! f
.Bind(HttpContext.Current, SessionFactory.OpenSession())% G( v8 j; l1 h0 K  l

' y" {2 g7 C, w7 e, }0 Q2 Y5 f  o//do transaction
' n' G/ }( ?8 @3 z8 _! D& p" _3 TgetCurrentSession().Submit();
3 s, U6 i% |" X& o, F5 m7 UgetCurrentSession().RollBack();! k/ [4 y3 E$ l
...
7 t+ {0 h8 m' M7 I) hUnbind(HttpContext.Current, SessionFactory)% F+ N1 e" o$ ?4 E+ x# u5 u8 H- g

  ~" s0 K6 f/ s) _6 |$ p' Rcontext.EndRequest += CloseSession;0 q; w5 N1 ~+ g3 C. h

$ {0 ]1 [( e' }2 j9 N8 S$ [ 如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2025-8-11 15:28 , Processed in 0.120624 second(s), 13 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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