埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
- G- a: b" {# x! E
% @5 ^  S9 E& |0 K谢谢
' x6 a: }3 g5 L: V  h- l5 A) H$ K* `8 C3 I
<property name="current_session_context_class">web</property>
$ u" T; c* n3 A) R7 e% A/ j: @<property name="current_session_context_class">call</property>; @7 J3 [, e' ?6 Y: _7 ^% a
<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 编辑
/ J! h8 R* L" p& u+ A
& \+ s% c) |" m$ x; v/ f0 nPlease refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
; B/ o# {! P; n, k+ l! z0 k9 G- c8 d( M

0 x% `  |8 d$ ^0 l. w: `Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
) j- P: `! d- s" w3 _: W
- v9 E) _/ C4 T' I* J2 a. E: L$ A7 H' @0 {; L- e7 X
Chapter 2.5 Contextual Sessions
+ Y: i3 Z7 b4 ~7 Lgamahu 发表于 2011-7-14 21:56

8 _- K, y4 P9 a8 p" O2 H6 F( i6 J2 _5 z4 w$ _( m
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
' l5 T% C- Q% t5 M( c4 a! {, E+ f. \8 t4 T
现在还多了个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 U& b4 U! l; k基本参数:
0 @, Y* t/ \( j+ j6 X0 jjta | thread | managed | custom.Class
6 y: s% Z# Q* o" F主要是配合- k; Z6 G! \; y+ x
SessionFactory.getCurrentSession()
! W. z5 T4 c; I2 Q2 a' I2 G来用的.
3 n+ I  U0 J5 `+ fThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
) Z1 v. w/ o2 v) q! k0 LWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
4 D! a9 S% S: ], k# T# z, l4 p( Lcontext.BeginRequest += OpenSession;  H0 K2 ~9 v* n1 I. H+ ~
.Bind(HttpContext.Current, SessionFactory.OpenSession())8 G' M% }7 o5 X8 m# [# P0 B
4 r  x- n: E9 o, w! ]; }
//do transaction
3 T  o& n& x- w% l4 SgetCurrentSession().Submit();
  y- _" O: o6 F. b* e, UgetCurrentSession().RollBack();* i3 w* E9 p1 N8 U6 m
...
5 K3 N1 d+ m% M7 \& RUnbind(HttpContext.Current, SessionFactory): S1 I. T8 u$ e% j

  U* s, ]: G1 }  j% K& [context.EndRequest += CloseSession;% M; `# G$ v% t- I2 s! g
0 {4 g% l9 }  e" r$ W$ x/ I
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-4-25 23:52 , Processed in 0.090775 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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