埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?3 H- N3 k- y" }7 ^4 S7 K
" n3 C$ p5 T8 U$ Y, l5 z; T
谢谢  N6 f* }9 G* h* L- i6 `

' t# }( u) \' i<property name="current_session_context_class">web</property>
7 V* f( c% m% P/ `<property name="current_session_context_class">call</property>
3 I4 n, j9 ^3 ^5 Y" y6 t# 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 编辑
, y! c9 ?) ?1 Q2 J& |
0 b* D0 h0 R- q! BPlease refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf7 o# U  @* R# [7 {
1 t6 H4 l" S, x* w
& H7 E* g3 t! i* f+ L9 O
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
  z& d2 I* p$ z+ U! r: ^! R
. K5 S5 P7 l$ K) C: c0 K2 l9 C" d8 `) K7 t; c
Chapter 2.5 Contextual Sessions1 L+ V# J$ A$ C1 J$ d( Q$ J+ S( _
gamahu 发表于 2011-7-14 21:56
3 X2 n2 n4 i, e. c

8 k1 s: K* ^9 t, ~" e谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.9 T! \! I0 x' I( F- s2 d2 r
2 V. c) S4 x0 o
现在还多了个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' {7 R% Q" J5 S* j: ?8 g+ l
基本参数:! ?% u; e. @' d; k1 I, V! H
jta | thread | managed | custom.Class
  \+ u- V' t' c6 I3 |7 T主要是配合  I* ~* ]9 y1 k3 z/ a1 y. |
SessionFactory.getCurrentSession()
: V! {" k* P- o* f, c" C' ^来用的.; ?4 X* X! V! x5 }" }8 R
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
2 D. k8 h4 N8 y# U/ ]! _5 nWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
3 m; T9 P* v4 x& ^context.BeginRequest += OpenSession;0 w; r. H) f: x0 h/ {
.Bind(HttpContext.Current, SessionFactory.OpenSession())1 ^  o3 d) t  d/ o9 R+ K; v% Y

: M: g( e6 T  T/ P4 U; U//do transaction2 i' `5 U+ u% Z8 z
getCurrentSession().Submit();
( c) x1 J% G' ?getCurrentSession().RollBack();+ _/ ]! J& t5 b9 G  ]
...
/ a; t$ m7 X0 c/ SUnbind(HttpContext.Current, SessionFactory); a) \5 r, ^/ |4 r" Z- {( ^6 k
0 ~# B7 G; S1 Q
context.EndRequest += CloseSession;
8 q2 }, r6 J5 h' \5 Q' s4 ~' A  _8 C2 G' r4 q
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-4-28 17:38 , Processed in 0.141852 second(s), 13 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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