埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
4 D3 s, p, V. ^  X/ B$ P. Q* [% F( v0 O$ T$ P/ U" F( S+ Z" L
谢谢4 K) d- T. t( }+ Z2 M3 E" b. M
& b* D7 k, L, i% o9 H2 G; ]
<property name="current_session_context_class">web</property>1 }# ^9 g4 t: v" w
<property name="current_session_context_class">call</property>3 A+ w) P: D3 I" ]
<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 编辑
; ~8 n8 Z4 Q: y' u' E5 i: M( B3 D! C- x" W* P) n  I. L
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
; D* c) Y) @- b' ]; [. ~. S! g! J, q8 O* \4 R' i) E

' C" K: J9 V) o  t0 \& `Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf  o, D' D* F4 w# q

2 t( J% ?: Z8 A
, V+ n8 h- H2 p4 U  d6 D: hChapter 2.5 Contextual Sessions
  V! c* U2 M# t) b' y9 _+ wgamahu 发表于 2011-7-14 21:56

4 x, q# e; e. |7 t6 |1 L3 h1 d  U, j2 h; W% `
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大., Y# Y2 R) a% w- m

$ m7 O) T7 z  h% c现在还多了个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, B0 n7 ?9 a% [1 }1 v* P
基本参数:
4 I& V! _0 J1 fjta | thread | managed | custom.Class# Y4 B/ J- k/ G$ L( s
主要是配合
) j. d" d: R' jSessionFactory.getCurrentSession()
8 I+ Q# w0 l$ z( s来用的.1 ^6 C) }& o: n/ L) g, y
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
7 _5 T2 i( `. c3 n5 t4 s  B' ]/ M+ XWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
3 r7 A+ o. C0 z& t& l/ I: H3 _' ^context.BeginRequest += OpenSession;
9 R& v/ x! \) d. Q" M.Bind(HttpContext.Current, SessionFactory.OpenSession())
( b4 m4 f. \6 m3 q0 a+ N! L' L. i* W$ B; f
//do transaction- f/ ]  a& d7 b8 a! R) u' q
getCurrentSession().Submit();
% N2 o0 e, J& ugetCurrentSession().RollBack();9 x2 z: M2 S1 w# _5 m1 n" T0 J: R2 Q
..." _6 {+ F+ t# D
Unbind(HttpContext.Current, SessionFactory)* N4 \5 D  S. R# y. H7 C3 X
; v) y0 N+ r2 C. {( T. q, g
context.EndRequest += CloseSession;
7 X8 N' W6 H. r( d& R8 H0 ~6 o+ w6 O. [5 {$ q, i" I2 o0 L& U5 h4 R7 c, u
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-5-1 21:06 , Processed in 0.168066 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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