埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?  q  k  D3 B2 `- W+ ~
4 m; ], I+ z5 C3 }1 g" \9 k8 q
谢谢
, g' o# V2 C4 {3 g  J* j2 j: W( g; G! [6 c' V: i5 B
<property name="current_session_context_class">web</property>
' u: I& w; o1 E% E<property name="current_session_context_class">call</property>- ^# C) j8 s. ~7 A0 z
<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 编辑
# x, N+ }# r8 _0 r- V8 j, E! L6 ~2 S  Q# U3 j+ G$ d9 \1 |, I
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
0 ^' G: `/ P& N
5 r$ `4 m* w5 W0 @: j! Y9 P$ n0 s+ d9 c: |' w
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf7 K- ~$ E' Y; u+ ~5 i
/ ~- Z7 V) C2 I9 \+ n: Y

, ~' y+ z! U9 \2 h; u5 l  zChapter 2.5 Contextual Sessions
9 s+ A7 j1 l# z9 F5 t$ o" Mgamahu 发表于 2011-7-14 21:56

1 Z# e1 s0 p% Z* b( n" p. ^( b$ R
- Y2 o4 i  w7 U# H* o8 q6 a# E: q& t谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.$ ~$ t, i) k% t, ?7 z$ e
3 Q9 }# u& n1 F
现在还多了个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- ], M1 @) \* W. `) b: @
基本参数:
- V9 B" N7 ^& v8 G; c9 u# djta | thread | managed | custom.Class% J$ y4 ]) f* x* L9 ]
主要是配合
% o2 o+ `) s3 q6 Z( |* T3 P, U5 [1 ySessionFactory.getCurrentSession()
" J( ~$ R) U) i, I0 x来用的.
0 j* _+ {5 f8 Z* {& N# @- dThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
# ]6 F3 u8 }/ L; KWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:5 _6 m( Z* f( @9 Y2 `( A
context.BeginRequest += OpenSession;7 v; E# T5 G, N8 y8 ]
.Bind(HttpContext.Current, SessionFactory.OpenSession())* y7 X3 E" @8 \$ _& v4 c" H0 |9 w

7 q+ l* k1 Q. }0 V: N9 {) H//do transaction9 }6 p  @% e& S* w* O+ v
getCurrentSession().Submit();4 N% `! S: ]% ~) ?, o
getCurrentSession().RollBack();0 U% @6 A2 @+ V
...
( T0 D: \' V% T* F- v8 TUnbind(HttpContext.Current, SessionFactory)+ R! J- F! S, n5 P# j$ u

; @) I( P- h: N& X- y$ Y8 Pcontext.EndRequest += CloseSession;
: Q' l5 y9 K) p7 x& J
4 Z5 |  \$ I; m% ~. X9 G) A 如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
大型搬家
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-4-22 02:28 , Processed in 0.168937 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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