埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?# D' p& |) m: U

6 S% x3 |" K# l" c. n5 {谢谢6 @/ b+ ~& u, E5 x  I' |$ h+ [: l

7 Z  v% v4 Q; f9 f) K. ^' n<property name="current_session_context_class">web</property>
" E: e4 W5 c9 d0 t2 E3 _<property name="current_session_context_class">call</property>& K% J* \; {: r. d% R; a, j
<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 编辑 * j2 _. t4 t( k: s% `5 R4 ?

1 M$ n: l/ F: O! K5 ?Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf9 h8 t* c0 O1 ~9 e4 s
) n5 a( \8 n& m  C4 T
: f/ e/ j- Z3 e+ B' y! Z
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf& y) f; ]! n. C

& ^* |+ r3 z$ S; T! d
0 ?. ?7 j& q9 z$ \5 _$ ^( YChapter 2.5 Contextual Sessions3 \6 E4 x9 x/ V
gamahu 发表于 2011-7-14 21:56
% ^* ?5 _# S. c, j
! m3 L4 o& w$ @+ {' f
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
; D0 q1 c. ~1 }8 k9 H& b+ ~
9 H" j! @* t' Q& ~/ t% g/ {现在还多了个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) c4 p5 _9 J0 z% s4 [
基本参数:
# K2 p! B" \7 ^# {1 o" f2 Rjta | thread | managed | custom.Class
, [! w4 \/ U8 f2 `主要是配合
$ C) e, K) M) j3 o! P9 `: i! WSessionFactory.getCurrentSession(), f! s8 g' G8 Y; j5 }
来用的.  C9 ]# D- g% v2 A
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,, S1 c+ u1 p* x
Web application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:" h% d+ C9 A+ b" c4 `: g$ S
context.BeginRequest += OpenSession;
# I( u. Z3 q% h* {  L$ b# F.Bind(HttpContext.Current, SessionFactory.OpenSession())! k  u/ ]0 S: h7 e) q$ M6 c

7 L$ t+ Y3 V5 T. L7 u//do transaction3 h5 o$ j( n% b. W
getCurrentSession().Submit();
& O. @$ I+ \" p0 G' z9 ]getCurrentSession().RollBack();! W5 D8 Y0 M& y/ @
..." Y8 W/ n" S) A2 z. a4 @
Unbind(HttpContext.Current, SessionFactory)" e$ s( m1 \1 A0 w7 b* Y1 M
" H, `& y6 [* b; y- R7 B
context.EndRequest += CloseSession;
' V: _# U- P7 @0 ]
  n9 q" t) y2 q: v7 Z) K 如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-4-27 09:45 , Processed in 0.260128 second(s), 15 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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