埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?% d% i! M: n5 ?; b1 E3 b% ]
. t( K2 `5 c4 Q  d* @, k1 E) g6 Q
谢谢
& T/ Y. U/ _6 c; M: ~* g* D+ c# R: J2 h2 f. K1 X
<property name="current_session_context_class">web</property>
) E: N, K1 ?; d7 s  ~0 O' z<property name="current_session_context_class">call</property>6 g, V1 X. Q* s) e. h
<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 编辑
- g6 ?5 M9 C; }/ Q9 |# e8 l' S  {& [. r0 G0 K
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
2 F6 b, l( U( i2 w: ]7 [, i( ~
5 I! M! M; X3 p  v: A
6 q! X2 Y! [# D7 S& Y! |Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf8 X4 _6 K, x9 v

+ M9 R' H2 K: N7 }0 h! H! M! f! E! a5 ]0 ]5 j  C
Chapter 2.5 Contextual Sessions
2 U/ Q: w- |$ ~5 K' L- f; P  k( xgamahu 发表于 2011-7-14 21:56
) B+ X: [1 l- L( x7 c

) r9 c$ ]7 O$ r, |8 S谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.  N7 s1 y8 b$ e  P0 x8 L

7 F9 a/ r5 r) d9 F$ {5 r# F* I2 h现在还多了个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  i5 ?% D* @+ s4 t0 V
基本参数:
$ k' Y8 [( i0 v( s0 Cjta | thread | managed | custom.Class: u% B, j* m* c. T! e
主要是配合
: b: I% R& [; }- X/ a  p8 xSessionFactory.getCurrentSession(); z3 z9 n7 C1 ?# A# g$ f
来用的.6 w; w& M% C/ @; j8 H% m
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
* ^# \( Y& }) U. O5 ?7 w- JWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
; W+ O  `) W8 H2 M  j4 H5 d$ Q2 Wcontext.BeginRequest += OpenSession;7 @/ W3 N1 e% T" N+ f7 P
.Bind(HttpContext.Current, SessionFactory.OpenSession())
& p; y: }9 U. b% u- @2 k( Z" ~$ O( }' s% P' X4 W; |' E
//do transaction
! R' ]) f1 {( Q2 G; ZgetCurrentSession().Submit();! W3 J3 x6 b5 j' t1 X9 _% O
getCurrentSession().RollBack();% ?& W) M2 i. E
...* X8 }6 k9 q" w8 u+ f/ T: E
Unbind(HttpContext.Current, SessionFactory)" _) H1 R4 B! Y- z1 A, K

9 D; W( X. f/ L. l# Wcontext.EndRequest += CloseSession;
: W1 g. b8 M5 n& ?3 O, r9 c" o) T2 M3 E4 a: M
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-4-17 07:24 , Processed in 0.245340 second(s), 15 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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