埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
+ j, x1 n' ~8 N; A0 x9 `9 c  a9 J$ m) a0 p
谢谢
% e. \( Q0 a: S6 m* @3 Z5 [1 ~
/ q- M1 v* Y' Z/ Y% D: r' m<property name="current_session_context_class">web</property>3 e( s2 h3 |/ p' X6 i
<property name="current_session_context_class">call</property>
- t$ t4 k, {: u" t1 T<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 编辑 ! X  }- o9 Z" T: e2 ^" }  n5 N

$ Y" v* n8 e4 _; H6 a- e9 mPlease refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
) M* ]2 a' N0 v9 x2 p5 N4 i
! `5 t' w, }% T$ x% ~- y* |% }8 d" p& e0 T4 a& q! E; Z" z
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf' o4 c: b: ]5 Y4 e( |
; g7 i/ T) r, ]7 H# i! S
3 |7 s2 u, g4 e0 r; H
Chapter 2.5 Contextual Sessions. S$ ?$ b- x# G, K8 n7 s
gamahu 发表于 2011-7-14 21:56
$ T' t. ^$ R* k: A' \% j- q9 f6 z5 a

* P& L3 u' {4 i6 u9 J谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
! b/ ]! G, r" Y3 C$ w( G$ R! ?
现在还多了个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
. A% A2 W3 z( b! H基本参数:
7 }5 F$ ~# O! Q' V# U/ ?5 O, fjta | thread | managed | custom.Class' F+ ~$ X7 n/ ]- ^$ k  j
主要是配合, a. h. ^! y* {. ~$ z% _
SessionFactory.getCurrentSession()
& ]6 y0 `* U' v4 ~; D来用的.
5 q6 Q- V% H5 T$ M+ GThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
) G5 O8 r0 N" N1 l7 \; P  ]Web application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:, _) m3 g$ d& ~' h" z
context.BeginRequest += OpenSession;2 W2 I" P7 c" b/ ~
.Bind(HttpContext.Current, SessionFactory.OpenSession())' I0 Q9 M) P# w

5 ?$ `4 B6 m# \//do transaction
- q' r# Q/ ]/ r0 @1 IgetCurrentSession().Submit();
3 G- t* E5 V9 |getCurrentSession().RollBack();
8 A; K% u& W' I, ]  {4 m" W...
& v9 }( @/ B$ ?2 ~Unbind(HttpContext.Current, SessionFactory)
! P+ G7 O+ }! c8 t4 l3 W' G; G4 {2 M
context.EndRequest += CloseSession;( l0 M& ]( b& ^

1 `2 ]/ o5 P1 L. }6 d 如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-3-28 21:39 , Processed in 0.211653 second(s), 15 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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