埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
1 V7 Y4 Z# G' L6 K  G. t
5 n* F" x9 E/ O# P) ]! f( v6 Z6 m; `谢谢9 U* [0 x% I7 k: j5 T
7 r3 b. O, A5 B6 C/ |
<property name="current_session_context_class">web</property>) ?9 J  l0 m& K! c4 z2 H; D$ g
<property name="current_session_context_class">call</property>
) ~) M; K7 Z' B<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 p) |: a' L, ~3 o- T6 S- X$ |5 J- `; e0 d: T
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
/ M# K2 y7 r( S
. C) C0 r1 n+ ^: t9 T1 l! m( Y
0 a; |) U- z! eChapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
. W9 Z7 v- C& P* [" c1 D
: @! s3 O6 f3 t1 L, J' I, d- A  F. Y4 @
Chapter 2.5 Contextual Sessions- F# V8 K; h1 ~6 H5 Z
gamahu 发表于 2011-7-14 21:56
' c& s  B% t  J1 Q& E. L# m% Y

1 J( R, U% L1 f" j3 f0 ]) i: C谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.4 A3 E: M( E$ S0 E8 V; X
: [( w2 R3 X, q- u, `0 b
现在还多了个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& e0 v0 z8 m% t9 ^* Q% K
基本参数:
0 A8 ~: F- {7 z% Fjta | thread | managed | custom.Class, H  A: D0 J) s( A8 [" V
主要是配合6 {9 y) o! _/ r. c" r- t
SessionFactory.getCurrentSession()  k! B- \; r/ l! D' X: x2 m
来用的.
% ~. Y- s& B! d2 a; G. KThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
0 u8 d  V+ Y! HWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:/ f; a$ D! i" t1 w3 d, C$ q  X
context.BeginRequest += OpenSession;
$ S" M, h: V8 j- h5 m  }.Bind(HttpContext.Current, SessionFactory.OpenSession())
1 N3 q0 j, F3 @! n- g. e$ p- i0 e" [; _9 i/ O
//do transaction! R1 O. E  _0 n1 ~; j
getCurrentSession().Submit();9 q/ [2 A. r# m
getCurrentSession().RollBack();% _/ k! k4 p& p/ G* B9 o
...
% s$ s8 l! c9 h% Z5 U* T8 E3 P/ o: xUnbind(HttpContext.Current, SessionFactory)% s: t7 k6 T7 m5 l$ S
& ]0 a! U2 h* V: q
context.EndRequest += CloseSession;
5 Q# {2 i5 i- O8 Q( v
3 R0 t+ r4 p4 ~ 如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2025-11-29 05:55 , Processed in 0.090867 second(s), 13 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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