埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
( h8 v1 s$ o7 a3 Y; V+ I7 E7 A3 e7 {5 F8 X$ ^, T
谢谢
8 c* B% C' o6 `5 w1 w8 Z2 g/ ?- ]' Z. h8 R: t9 _
<property name="current_session_context_class">web</property>
( E9 n) @( H" V5 t3 ~<property name="current_session_context_class">call</property>% I3 @6 V; Y' s4 R$ y; Z# i) 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 编辑
6 `+ ?0 j/ m* A4 D
. |' I. B* a7 X. [! I" EPlease refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf4 f9 E* d* F( i, b8 Z. h
; V2 p, V0 Q6 J, J
5 ~* h4 e) h' r* Q/ Y0 B
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
! _8 ^2 ?+ s/ O. P1 O$ ]5 O/ b6 }& [8 Q% N

( k+ m& A& ]/ BChapter 2.5 Contextual Sessions
9 m3 @8 t, V  P, P+ F; b& hgamahu 发表于 2011-7-14 21:56

$ J( W! y0 G$ G: u& ]
. g4 _2 E! Q* A谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
; L6 i$ e/ C, H% d3 B3 y7 [* [9 R+ [  L
现在还多了个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' u% x4 |+ ?: u8 H( P% l" q" M+ M  G
基本参数:; n, I2 p9 i' \3 _: F* C' n
jta | thread | managed | custom.Class  U, y4 _* t8 B) a/ E
主要是配合
# }/ D; U$ ~6 X/ r0 B. M; `& kSessionFactory.getCurrentSession()/ k; E2 ]1 X7 \; P# C3 l
来用的.. s$ G0 p3 z7 o" e
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
: ]5 W+ {# [. P/ @; B* \/ ~# VWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:4 m/ \; W2 a9 d# S5 b2 L- @
context.BeginRequest += OpenSession;; S- C/ ]6 b0 d3 _
.Bind(HttpContext.Current, SessionFactory.OpenSession())7 _6 o% D8 O  }9 V

" s+ W( A6 |( u. A% y7 ]//do transaction
+ [7 [( u4 N" q1 a% o( d! a) I+ qgetCurrentSession().Submit();
: g- \- o# ]! G: j& l; bgetCurrentSession().RollBack();
& R9 G+ V! h( T  m...! e1 e& V- c7 \9 K
Unbind(HttpContext.Current, SessionFactory)" R# t! W/ k! I
0 t  e- t" R2 I
context.EndRequest += CloseSession;
4 J# {; N2 m' T% H: d
7 M0 k) s& h' o 如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-4-27 22:24 , Processed in 0.155858 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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