埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
, _6 n1 \% i7 L2 I+ a9 L& R* h. Q7 Q$ G: s) [0 f- v# l1 p/ X
谢谢; K( }; s' Y% T: x7 R% n  W
/ p# q! s2 [1 r+ A
<property name="current_session_context_class">web</property>6 b( x: [( N- D; h+ c4 U
<property name="current_session_context_class">call</property>$ [% F! Z. Z& j0 I/ E) u) 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 编辑
# R$ s4 r# q7 `0 ~# c
# t; e8 q8 D: X$ yPlease refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
, P  m1 Q3 ~, K( G' J7 k
9 k& L, U5 M! G* _7 G: p% X. Q, @/ z# L5 u' J2 H6 C
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf6 o$ v7 `6 p0 y" q
2 L& Q* e5 q- x! Z; k

9 c1 D* U2 r; E9 _* ?Chapter 2.5 Contextual Sessions
0 _0 q1 L& t! z9 t! {* [gamahu 发表于 2011-7-14 21:56

, B/ P. N- Q- R* n, L. e/ [9 R4 ]9 s
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
9 m7 Z+ S* ~9 l+ h3 n$ ^
9 o5 r; F" \8 a, j* J现在还多了个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
) ?" K4 t# a/ K: h3 s基本参数:9 o% I# G( r& @: b' P7 U
jta | thread | managed | custom.Class
7 a8 }) M; C% e6 d) `+ {: ?/ X0 m2 j主要是配合4 I1 o# `& D( w
SessionFactory.getCurrentSession()
4 l0 Y" O: a+ b0 {4 \( H3 n% v来用的.2 W2 U8 A/ {! k
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
; o. f/ d* N0 _% m  ?Web application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:* ]) R! a  ?' E- h; X
context.BeginRequest += OpenSession;
7 _+ K  A. N4 b) d" X.Bind(HttpContext.Current, SessionFactory.OpenSession())
9 ~' H3 E8 `" X; ]$ _. m0 b
+ c% E) \! a1 C6 b5 A( t* w//do transaction: R3 Z! U, `1 g3 B$ o- ?4 ~8 Y
getCurrentSession().Submit();6 e# _# j) Q3 I" q2 S1 N
getCurrentSession().RollBack();8 r- G9 l/ r; b2 v- s- y
...3 s/ v6 I: H4 q: S2 v+ @" d
Unbind(HttpContext.Current, SessionFactory)" s. S( o6 I+ A1 T
* U7 G$ }% Y% {8 i7 j+ A. |
context.EndRequest += CloseSession;
  n6 k. O/ r1 v; _' ~$ g# M8 o8 M
& i1 ]9 Y, F. m- }& ^  j7 L 如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-6-28 16:52 , Processed in 0.104682 second(s), 15 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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