埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
/ }; ~+ P2 S3 J4 y
" t, W% Z6 \* L4 ?; s7 L谢谢
2 v! D3 J( U8 M; i' w! i. s" g* k! |" w" R- H
<property name="current_session_context_class">web</property>
! P. }/ W" P* i1 S9 ?<property name="current_session_context_class">call</property>
- Z. f! L- A2 |7 z) s2 S<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 编辑 ' ]( h8 M; }# b; @& J, ?9 Y! O
, M$ A7 z( g# ?- D* d2 O; L
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
2 n% h( ]; T+ i1 D, h) \( U3 i8 @7 B( w6 D& v" q

; w5 I) q) O. }% ?( C, BChapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf- B( n8 n. U9 ^! G- J

8 W* ^: d3 G7 U6 E& \( x& `8 a$ u4 o" X9 x( Y# K
Chapter 2.5 Contextual Sessions$ R* s0 `1 [% T' k: b
gamahu 发表于 2011-7-14 21:56
& U. e: D+ w, P2 n

8 ^$ f7 d3 j) a# s, x谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
# i& J' Z: `+ d6 d! q
/ O& ^0 Q( \3 [现在还多了个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
4 a% O0 ?/ t& T1 S5 X) a0 N基本参数:$ Z$ p0 L/ y1 `0 {
jta | thread | managed | custom.Class
, u# R: T2 D3 i# U主要是配合) t7 z: D  p) q, O$ K: g& u
SessionFactory.getCurrentSession()
5 N8 F5 H9 t" _. Z- Z来用的.
) H1 D" f* H8 A: fThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,* B% q' D2 X# N( U0 M
Web application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:5 Y+ t% d$ I9 c% N8 ^3 C
context.BeginRequest += OpenSession;
$ y0 m! j/ H4 O% n.Bind(HttpContext.Current, SessionFactory.OpenSession())
. ^- B. x5 j" e' ?3 g: L+ o: z. `. }7 t* g4 r' A8 V9 v
//do transaction& V6 g( Y- H8 c& g/ ~
getCurrentSession().Submit();
# e+ J  V* E8 p4 Q5 G3 ogetCurrentSession().RollBack();) a, i5 u7 m8 A. q
...
7 N( w. i2 l0 G0 S1 vUnbind(HttpContext.Current, SessionFactory)
7 Q5 A* \" u+ p. @( w/ ~; Q" T5 i
% H& |& J4 i5 _1 @' A' U- _context.EndRequest += CloseSession;
* U0 n4 L) s( j5 C0 ]3 {; }, M/ t! `* O$ o1 n& z
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-5-9 18:21 , Processed in 0.159359 second(s), 15 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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