埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
5 x6 o: `# X2 ~* S) O( M% f
# u7 V8 o5 ^1 _4 J  g8 f' W谢谢& ?. w" F2 x+ Z3 N
" U7 ~" Z; ~: T( K& p# Z% F) ]! q' Z9 s
<property name="current_session_context_class">web</property>
5 w" N, T7 x6 p. ~! d1 V3 t<property name="current_session_context_class">call</property>
$ r9 o4 [) P8 l6 y, w, ]<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 b( _: \: l6 B; {% \
$ s6 b" E' X- V% uPlease refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf* m5 B' v, z# A; O/ m7 V) m
1 W* a4 S3 u+ r9 u
# |4 P- h  u( V. w) s- U" ~+ Z
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf/ r" m1 q5 J# B/ V

# t! @; f0 m  [* r: B6 Z; T) ]) W: B+ {/ u4 S9 l/ B
Chapter 2.5 Contextual Sessions
9 J: ?$ R" b$ e: _gamahu 发表于 2011-7-14 21:56
! A; O  S6 D5 j

# S2 |% n9 T0 J& B+ H谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
) ^* {* [* _0 r0 K3 H' ^5 F
4 i7 K" u+ H2 b/ _+ A) ~现在还多了个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& }6 f2 h5 n9 q4 N6 Q) M! x8 [) u' W
基本参数:- x/ x8 K- R# j9 l  Q" `# I& r4 U0 P
jta | thread | managed | custom.Class: d: j, a" ]1 W3 }
主要是配合
* O$ \4 f- Q; l" uSessionFactory.getCurrentSession()6 w$ N5 }+ A+ l: R) C
来用的.) I2 f. p5 D( F; O1 ?: H# `
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,! I( K7 z2 A2 u6 n% Z% F
Web application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:% o9 N! D& b! ]
context.BeginRequest += OpenSession;; S: m' P! \/ P
.Bind(HttpContext.Current, SessionFactory.OpenSession())
$ s! _& v# q, d  r1 a$ ~6 c
% [- Y3 P/ x# `) \8 Y+ }//do transaction) c1 U7 z/ n: @* d* n7 K! G: q
getCurrentSession().Submit();1 Y+ h. n1 E( J. K+ s9 F& }
getCurrentSession().RollBack();5 b  A# S# k) r% w7 n* Q# C
...
; ~3 Z1 z7 v+ rUnbind(HttpContext.Current, SessionFactory), I& D, k7 E) [$ Z

* Q' s7 p( W4 T- pcontext.EndRequest += CloseSession;
) |" V0 z1 a  ]. D& n* E; S  Y) r! A( M6 d) X# X& ^) ^/ ?
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-3-4 13:03 , Processed in 0.138279 second(s), 15 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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