埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
: C+ r! A8 U9 K9 k! s0 t
& Z- S( ]: G6 D; A& T! H  [: u( y谢谢
, E/ m" [& c4 H; U
- H# L" e& {4 X! a* w( U$ U<property name="current_session_context_class">web</property>
9 L9 t& @, b, D, j" ~( ~<property name="current_session_context_class">call</property>3 v' t4 t7 _2 G$ {
<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 编辑
) ?; n/ f' T2 E0 d* t8 M+ h: u; ^" y* U. W/ }
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf( x! K1 `; T% z, J8 h0 `

4 `, Q3 B# }2 p) _- K
0 G+ o$ A  N$ D( x7 @Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf0 T/ {$ n; M3 s

6 C* @8 \* J" B5 L' @& a
" i. y7 ^6 J: ^+ zChapter 2.5 Contextual Sessions
- w. C, o6 W% i& S% Q) j% f5 I7 tgamahu 发表于 2011-7-14 21:56

  H2 D* ?; Y4 R* A" y
# P- C3 [4 ]( h- a; {$ b谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
! B/ y/ B, x0 Y" S* q7 g8 j4 H7 T# r% V+ l: @' Y, r
现在还多了个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& J! X; T5 M5 ~5 [
基本参数:
5 U3 _" r% j5 yjta | thread | managed | custom.Class  Z* {6 X4 Q3 \& e& i0 u8 n2 H2 @
主要是配合- \. V! I$ J6 H, q2 w8 l* }1 ?
SessionFactory.getCurrentSession()7 `1 K& o+ }! d& b! w
来用的.& B) T* f+ L& T* Z, q7 S; K
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
2 I9 L. v! m0 v+ W0 w, P# s1 yWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:) Q% |- e+ D! _0 h9 X
context.BeginRequest += OpenSession;+ M( J* S6 G! V* N. a& n; ^1 v& V
.Bind(HttpContext.Current, SessionFactory.OpenSession())
8 l7 o; [1 z" B3 m. h: Q1 L
! D1 O- y3 s$ ]8 R% M: n//do transaction2 h) u8 d! ~4 h- q/ Z7 H
getCurrentSession().Submit();$ j7 t5 R; ~' r- s) S, u
getCurrentSession().RollBack();
  K9 ~: A+ [/ U5 [...
4 c# j' F* ?0 ~1 D, I; oUnbind(HttpContext.Current, SessionFactory)
6 F' L7 }; H) [% p4 a* V; c$ c7 {+ K/ e% P! d$ |" N
context.EndRequest += CloseSession;
/ ?7 a/ t: s% g! ^6 t% y7 P0 v& f* l, O- r6 V/ C( J4 i, {  ]
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-3-1 15:07 , Processed in 0.104032 second(s), 15 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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