埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?0 _) B' \0 |8 b7 K+ D

* S1 @! x0 f* S3 Z谢谢) O/ K" f; ~# W3 M! Z. d3 N
5 j* ^" B+ j+ q! `1 H" D# I$ _
<property name="current_session_context_class">web</property>" R5 a3 f$ I: r% Q  _
<property name="current_session_context_class">call</property>$ B! [# L- D* S0 g% E. Z, w. m4 k4 F
<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 编辑 ( w: Q' g  b$ I5 j- ^

- J# S2 a. x0 D8 MPlease refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf  t- l# ^; \3 {: m

' F6 |2 q! f. R! m" c8 E$ b3 W  m' ^
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf6 t; x; B" D. D: `( J9 U

3 _% R( A% m( r( j( W  a2 }6 W
8 ~8 {0 L, S" jChapter 2.5 Contextual Sessions
- B/ l* F% b; V* E! E2 w4 \( fgamahu 发表于 2011-7-14 21:56
' j# J* G" c* \, Z" n0 F# A4 l  X
/ S$ D6 \% w1 r/ }
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.0 }7 I- z7 @' `2 ~; w- y

% @5 ?+ e5 e8 q: |: L; h4 K现在还多了个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% @3 N1 t, Z! p0 Z7 {8 ]7 F3 n
基本参数:
5 g' ]/ }% Z( U0 J* q+ Jjta | thread | managed | custom.Class
1 y) j- h* \' P; Q! {' C1 O主要是配合
+ U: R/ n. h8 Z9 P0 K& nSessionFactory.getCurrentSession()
' ^  Q/ J: u' y/ G0 S5 w来用的.
, \! h) O1 Q1 w5 JThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
- V1 V, X3 U2 {  p0 q1 g. L' NWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
7 |* D! ~1 R/ l4 ~$ zcontext.BeginRequest += OpenSession;
' G! k! m/ x( X, z, H3 ~.Bind(HttpContext.Current, SessionFactory.OpenSession())
, s; m5 k$ w& R, V- f/ S5 }; s3 _6 E+ r7 _( D- w$ \5 I, a. |$ d3 U
//do transaction
5 w* f# m* K7 F9 l+ h: N. ZgetCurrentSession().Submit();
  x) Y, K- I6 ~( r* ~getCurrentSession().RollBack();! N9 Z" [  D  J4 N0 {/ G
...9 S" W. U' F7 M! X  f
Unbind(HttpContext.Current, SessionFactory)/ U( b* ^+ M5 l5 c% ]( l& n

/ S% H6 d5 C# E2 G" kcontext.EndRequest += CloseSession;
9 {+ C' _& J+ J. A. Z& W+ S  s* W% E( d) \% W6 P
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-5-1 10:55 , Processed in 0.174198 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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