埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
( t9 g7 W% O8 q% E
, h+ F/ H& }1 j0 C5 Y9 v. c& ^! {6 P6 J/ M谢谢& B. ]2 J0 L2 C# k

2 o" N5 r* n! k, G+ X. [9 U2 y<property name="current_session_context_class">web</property>
! q: Y+ \: w) Y$ `7 M) d<property name="current_session_context_class">call</property>) a/ h2 S4 e/ w9 X" v
<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 编辑
0 y2 j& U4 {+ l( I- L9 n! c3 r9 V
7 y) [- ]2 ^1 kPlease refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
+ h$ O. r6 C+ l  O" T1 V- L5 n! ~8 B
9 X6 @( D; q; G
( J" c8 K# F6 `: CChapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
+ T% u) e7 q  A8 p5 ?. d  f; S/ w- m0 b6 d& V

: Y6 k$ m, r! P- V2 D" Z5 CChapter 2.5 Contextual Sessions
( W- c. w' `5 mgamahu 发表于 2011-7-14 21:56

1 W# f( l' p* F% q$ j. P; f/ b1 m' R% V& V2 a  [- g5 {! z
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.- m1 B1 D. X; [4 @: l& Z
) Y* E% y& N1 Z! U- P/ J" N
现在还多了个manage_web,很想知道它和  web/thread_static的差别,也许它能  解决我们现在要解决的问题. 因为 web/thread_static都用过一段时间,   都偶尔有不稳定的  现象出现.
理袁律师事务所
鲜花(2) 鸡蛋(0)
发表于 2011-7-15 09:55 | 显示全部楼层
current_session_context_class 主要是用来配置当前 data transaction session bind to what6 }) t' P0 T! ^
基本参数:
) l# Z2 n' b( n8 S4 M8 Q8 V* g) p2 G3 njta | thread | managed | custom.Class
5 J2 g/ J- M/ D6 @主要是配合
+ ?" K$ r8 \0 ~/ b# SSessionFactory.getCurrentSession()
5 }* [& K" Y) ?7 ]5 a9 w来用的.
5 ?% U8 {. s* G& P! L6 b: fThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
& b) n6 U6 o+ r( u7 oWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
0 u4 d  t) d/ i- \: e, Icontext.BeginRequest += OpenSession;
$ A) o4 o5 i+ t* I) x2 a/ r.Bind(HttpContext.Current, SessionFactory.OpenSession())
$ q) D  N4 }' Y' j. Y, W2 O
4 W& @' m7 H, ]& |& |9 @//do transaction: o1 {2 X/ K/ _( w0 U7 y2 \
getCurrentSession().Submit();
/ t. d, N' C+ f. s% d& MgetCurrentSession().RollBack();( S- d, `, W7 k  F: @, H
...
$ u# P5 a' Y" R0 RUnbind(HttpContext.Current, SessionFactory)
- y" L1 Q7 r! H# w* j9 c+ |7 m3 C# D  H+ Y
context.EndRequest += CloseSession;
. j& {( P3 B4 X, V! d$ r
) Z9 A: i3 g! g2 y8 s* \, @& A 如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-5-1 01:15 , Processed in 0.135725 second(s), 15 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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