埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?% f, a; b8 k  z. H9 h' s7 d
, s7 c& L. \: j! Z
谢谢. V+ m4 W' B4 a& [7 }( U% q; D
  q) |; ?) Z( J, C; Y  `) i
<property name="current_session_context_class">web</property>
0 c+ _5 B0 P( [! N& `6 E<property name="current_session_context_class">call</property>
- L5 b& w: w- {- F+ _3 P<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 编辑
9 z" |+ V1 r- A) @" T6 T& G1 _5 _6 D9 J3 r, U( x8 @
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf* b- H% f+ e- h$ Q3 ~. K4 b
# b& Q; u6 m$ I, l# G" B( ^

6 d4 k! B& ~3 Y6 i5 x3 M% cChapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf( f" g, t# d9 N9 P5 O
1 f) c8 s! J9 ]: `2 Q% }# y

) C/ D& }' N8 n, `( q0 `" ]Chapter 2.5 Contextual Sessions# E. q0 k  o3 {
gamahu 发表于 2011-7-14 21:56
! `! X6 G; \4 x! E6 n; ?

. Y7 H& G) `; E3 `谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.% h4 U$ t% \) r7 U, Z

2 P7 \& O* C+ S4 l7 X! L1 x现在还多了个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( Z! i+ c  @/ Q
基本参数:
8 d* k. ^  @% s9 K7 X' e- V  ujta | thread | managed | custom.Class. D( p/ w/ ~! I+ f
主要是配合6 R5 N; t, J' x1 T' [9 d1 ?6 U
SessionFactory.getCurrentSession()5 K2 A. ~1 n/ A4 z! d# J# |, ^
来用的.
% p! x7 a; O  d' {' ^Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
9 g3 ^/ A/ N$ q- EWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
7 w# X) t8 x) v' K) ~6 k5 ^context.BeginRequest += OpenSession;
' J% \( ~( }* K( a# ~.Bind(HttpContext.Current, SessionFactory.OpenSession())# x, r4 I% Q3 ?1 u1 Y& U# B) p+ c

) P3 q0 ?1 G- \; m! D- D" n//do transaction/ F; r! k4 e6 r1 `9 m
getCurrentSession().Submit();3 Z8 b# ^6 v0 v; n& I+ x3 X
getCurrentSession().RollBack();
1 ?' k' F* E& {...
7 R& m' r3 f/ C/ A7 \0 fUnbind(HttpContext.Current, SessionFactory)  [+ b* p8 p3 e
4 Y" h7 d4 @  F- U  u7 h
context.EndRequest += CloseSession;) U0 G1 H2 m8 k$ F4 ?  x# m6 j( J+ ^
" X- H$ u! V( @. x4 D
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-4-28 23:58 , Processed in 0.281848 second(s), 13 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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