埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?+ D8 p# ^6 Z, o- f! ~
0 o% N3 L( k+ Q
谢谢# w' z0 h9 P, T) ~5 s

, ^$ E! s8 b. h2 g/ y6 D2 }<property name="current_session_context_class">web</property>
4 q  X( t2 t6 ?& C<property name="current_session_context_class">call</property>
0 d8 m/ t* W( d<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 c- B" }4 j2 _
) @: x$ @5 |: c  f) JPlease refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
8 a5 y/ y# y2 `/ Y  Z( n, h. m
% W. r$ _) m6 y3 O2 j8 O6 s3 r- `' F1 n5 E0 X
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
' @- l  b4 A4 z" O
0 T1 x; M7 ~7 p& p+ l
+ k4 z* u: ]! lChapter 2.5 Contextual Sessions/ n+ A7 Y7 {3 X& o
gamahu 发表于 2011-7-14 21:56
5 P- {4 s& R# F5 M4 J

; H5 X4 b& u+ \: U' O5 [谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
$ _7 s# B6 B  W5 y- b# o7 [/ X  P* z- x- b/ C* w, e& s/ i
现在还多了个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
( p! T5 ~- P. }& x; w( h. X基本参数:% ~3 G( Q$ Z3 _8 h. Y/ c' r
jta | thread | managed | custom.Class" }+ I! o; X; D( _! f
主要是配合2 b! d$ k  [- h2 `% A
SessionFactory.getCurrentSession(). y+ [' t/ d& b, u; L) t
来用的.
* h! a, u5 I3 {% FThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,% D+ j9 ]* ~3 a; l
Web application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:" s3 R( @4 W+ |% r- A+ p$ F( Q
context.BeginRequest += OpenSession;
2 ?7 @5 f6 v! L, T+ a7 \. i.Bind(HttpContext.Current, SessionFactory.OpenSession())! Y8 V2 Z# f3 P* n; N* B6 K; O
% l' V" }3 C7 P6 q' i3 S7 u  }
//do transaction
; P, R2 E) k: G! A( `$ p; zgetCurrentSession().Submit();0 k/ a2 x* |4 v8 G
getCurrentSession().RollBack();
1 {2 Q9 y8 W4 x: l! Z...: ?# T/ D2 o' H& j4 f
Unbind(HttpContext.Current, SessionFactory)
: G8 K' ?: G: C( ~+ T4 z6 s8 C; b
context.EndRequest += CloseSession;8 d' X' g! v: `
: O8 T5 x8 V) }7 R% L
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-2-23 02:33 , Processed in 0.141801 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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