埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?2 _: _0 @4 ?1 ?2 y/ A
1 y3 S/ Y& g, I, {
谢谢8 t+ q5 p$ L& t  P
* v3 ^' w& L7 A6 U) n
<property name="current_session_context_class">web</property>
: `7 u$ X1 b: G0 [& _<property name="current_session_context_class">call</property>6 Z3 w& b& e0 x) ~: ?
<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 编辑 8 g4 m6 ~* _# g0 s' N+ k

6 J% ~& s) D4 ^# {Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf* V2 t$ ?6 D+ A( `1 K
( B1 ?# R1 S( Y
* s( S7 B* ?5 C& v
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
, ^4 f8 y3 Y: f# P! D6 j1 T6 U; i6 V8 Y- m& V& k

5 D5 `2 T& i2 {5 p; oChapter 2.5 Contextual Sessions$ S! d" j4 M" U8 g: f
gamahu 发表于 2011-7-14 21:56
4 v) T1 c# q5 W0 N' a) o6 L

' f1 q) I% a  ^; l2 X; _, Y; L6 a2 X3 w谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.; c% \7 y0 a( S
/ K! j* ?) V9 D2 {0 @
现在还多了个manage_web,很想知道它和  web/thread_static的差别,也许它能  解决我们现在要解决的问题. 因为 web/thread_static都用过一段时间,   都偶尔有不稳定的  现象出现.
鲜花(2) 鸡蛋(0)
发表于 2011-7-15 09:55 | 显示全部楼层
current_session_context_class 主要是用来配置当前 data transaction session bind to what5 t. P% R3 P- t0 @* h$ [5 @) U
基本参数:
9 u( K5 J' b: Z9 j! Xjta | thread | managed | custom.Class) l: D- }7 O, v1 K3 M4 M4 x& I' E* N
主要是配合: ]7 t' G; C3 `
SessionFactory.getCurrentSession()
5 s* F, G( P2 _来用的.0 y6 O9 Y6 I; [  j1 j
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,/ s3 w& ~# p1 F; V, G  q0 W
Web application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:, f5 M1 H& ^- r+ Z! s$ o
context.BeginRequest += OpenSession;* U( p+ A; D5 N% K$ M
.Bind(HttpContext.Current, SessionFactory.OpenSession())" [. p; B% q0 [  s

( |8 u6 K: l+ |# V3 K6 L7 ~1 n: R" l//do transaction8 p  X3 Q+ H0 u6 q' v
getCurrentSession().Submit();
1 U; [, R) s4 G; d# b. EgetCurrentSession().RollBack();+ y/ v# Q  V6 @" C  o4 e: C
...; P$ L9 G; v3 s, I" {) p) T
Unbind(HttpContext.Current, SessionFactory)
9 B5 e+ ^' A& @. }/ x5 L" R. X, F
" ^3 E/ d% ~+ b% y0 Gcontext.EndRequest += CloseSession;! S" D9 b- B* F6 i- \# N
. W! h2 n* P5 ?) I: P3 o0 ?: R* B1 X
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2025-11-23 15:15 , Processed in 0.165292 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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