埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
& q- F- X) s1 u: I
( {, K# b( n* b谢谢
7 j. _; x4 S* z; {! ^1 h/ z, F3 f! e& ~
<property name="current_session_context_class">web</property>1 }  }, L. ?! H& i* C  z6 L# f
<property name="current_session_context_class">call</property>
' P% h* w2 p$ K  c. m8 L( 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 编辑 $ }/ F' ]7 B1 H

. v" ?5 Q% q& M) W2 L- M, T+ |$ kPlease refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf" B6 I8 @; V" C3 |, P$ j
+ f9 \3 q) \* H  G1 ]& C6 N: \
% C4 B  ~  g3 p7 F: c
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf# a0 ~* \! y( m8 Y5 C8 K( R( b
- x0 R0 X+ L5 W7 [1 ]" L9 ?7 y
% D& h; B& d# f8 t
Chapter 2.5 Contextual Sessions$ j5 X- L1 S/ `- \$ f  B/ u0 E
gamahu 发表于 2011-7-14 21:56
) o6 ?0 F7 P/ a2 K! O) u) v7 ~5 O
# m9 d6 M! n  x& L/ n
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.& w6 m% c, U" t8 J# I

! l8 a/ b1 c" o! X现在还多了个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 f3 _& W: j5 p1 a) k6 c' |基本参数:+ N" v+ b3 Y8 s: Y. n# c4 Y8 e
jta | thread | managed | custom.Class- r+ }. U6 w+ @: e' O
主要是配合
1 E9 V9 ^2 L. X4 w% p8 CSessionFactory.getCurrentSession()* H) ^. Q/ I9 q3 A7 j
来用的.$ O" G4 F) y/ W& {( C1 D
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,( L8 o1 R5 v' H3 b. y9 @5 c0 n
Web application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
0 y$ Y( Q# l& O/ ]  q0 o( g) vcontext.BeginRequest += OpenSession;
8 h3 u% C& m) i" l. j.Bind(HttpContext.Current, SessionFactory.OpenSession())3 G2 W3 S% l+ ^: }

- E6 ^) J  F+ Q; y2 J! w//do transaction
- [" O  A' F, O: B# Q2 ]getCurrentSession().Submit();+ p3 n" ^( g8 U1 h3 z; G4 U& F
getCurrentSession().RollBack();
* {; Y. V7 x8 q$ d7 M5 Q...
/ W* z- C3 p, O; D) pUnbind(HttpContext.Current, SessionFactory)
0 ]1 B  W3 A- d& v  @* q5 z# j5 g1 u+ n9 Q6 Y
context.EndRequest += CloseSession;
; R1 j8 T  V8 o& P  K  T. _6 t7 V. i, D! E& H
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-8-23 00:47 , Processed in 0.170765 second(s), 13 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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