埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
. u2 K" R! ?% z
0 ~6 w4 a, r- a- V谢谢0 f2 C9 W5 b( ^* R/ f- R
) V* h, l, t9 X4 F; D
<property name="current_session_context_class">web</property>
& V7 E" m. {% c* T# ~2 D* C<property name="current_session_context_class">call</property>
0 R$ ~" a2 H( w0 b8 a3 d: W7 G! o<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 编辑
9 w) g7 r3 A3 V$ E: f. Q* @0 g* M" l- j8 I) ^" p7 T/ O) P
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf, j4 @7 i# F! f" H  ^* q  K

" m  \. u6 L5 o. V+ f. g* o9 }! u) f# ?% Q& `* r6 Z3 Y
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf7 T+ W8 B8 ]/ G3 p" e. `

& U( n* `1 n! b* w" i  N
+ e! d/ u& f% ~, h7 pChapter 2.5 Contextual Sessions
3 _: B7 v% j/ B% }; d( `. Egamahu 发表于 2011-7-14 21:56
) z8 y2 b" c" @, q1 o! q

8 U4 z' |1 B  [$ }+ {谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
# F4 n% p5 l% {% r( b2 N0 S& L* q) l  q8 a0 s
现在还多了个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
1 V5 r. K- ~/ s2 y. ]1 M) I$ y9 i基本参数:
1 q9 T" |7 {# K! zjta | thread | managed | custom.Class
3 F! ~5 O0 z6 g  ~1 F主要是配合7 a% M/ q& E2 k3 o
SessionFactory.getCurrentSession(), P1 r5 F* z# y0 p7 ?% ?+ H
来用的.: Z- g' H- E3 M2 k
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,- o: X% k; \% k- o! o1 w
Web application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
5 x* q/ L) d" Z3 f  Vcontext.BeginRequest += OpenSession;
8 Y9 E" t/ I. Q.Bind(HttpContext.Current, SessionFactory.OpenSession())
6 b2 D! I8 ]7 q0 N+ w& u6 c' g
  U9 D6 e" e6 R6 w) d. Q//do transaction
0 e# L8 l( M. @( e; ~getCurrentSession().Submit();
% E) V" N$ J, y/ Z# IgetCurrentSession().RollBack();
7 @1 h; n) q$ Y4 {: f( J# v& a3 K( v...7 \6 v8 [2 y' i' A& P% |9 S
Unbind(HttpContext.Current, SessionFactory); E: }" [( l6 {, |% Y

! A1 v5 Q: z) y# V) e4 b/ Qcontext.EndRequest += CloseSession;
( |8 H& f; g4 p6 l/ T( M1 ~7 C/ }( g  j8 M- `$ q# ]
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
大型搬家
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-4-9 20:50 , Processed in 0.195256 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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