埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
* _2 O- b+ p- U! m7 G( F- N7 H+ f+ s7 \$ C. z
谢谢7 a2 }$ i+ j" g6 M1 x; u, r' [

- X* M  B& |0 E; r<property name="current_session_context_class">web</property>
' s* K' Z/ i3 g1 L# y6 q<property name="current_session_context_class">call</property>7 K" [) t, g! c, I6 O' n) |6 m
<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 编辑 ) m! h' V' L8 r" F# u: X" M
( f0 l' L2 H; r3 H
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
; Y& z5 d3 |( H- p* a5 R5 |. [) ^' O% C3 s/ D& Z2 X' N
# }& o6 [9 ?+ I2 w3 r
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
( N5 L3 A: p% t6 w$ }0 S( Y" l5 i# {
) ?, E7 k  B* {  c/ W8 l. ?# c; a1 ^* `
Chapter 2.5 Contextual Sessions1 F, S+ q& J% d5 N
gamahu 发表于 2011-7-14 21:56

: k" _8 V) @+ r2 k* A
: g7 q& s4 j; e& m2 X谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.; I/ y: g& o) e5 M; l- o/ N

( H% c1 j3 `2 d现在还多了个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
/ k. G- h$ M( Z基本参数:( @' B- l0 v# v9 z
jta | thread | managed | custom.Class& c- w8 F3 j4 C: t
主要是配合9 M% C  l2 f3 \" L$ s
SessionFactory.getCurrentSession()
( j: y1 K) g9 m: t# G" s来用的.
2 T9 S- P  U( q( ~' Z: KThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
# N9 W" w+ Q, O% uWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
! C; F% a9 e' D+ b5 \6 vcontext.BeginRequest += OpenSession;" g. L4 B, ?0 X. J# x
.Bind(HttpContext.Current, SessionFactory.OpenSession())
' u: O' V6 x7 B# J& A+ `: ]" }
; E2 O8 a% _( L' ?//do transaction
1 T/ I( ~3 m  M) ygetCurrentSession().Submit();
6 Z5 z4 p5 q6 h$ Z7 lgetCurrentSession().RollBack();# O, i+ G' L4 l, q' O3 C" C1 L! L; D
...
6 |4 J3 @: v+ |7 r2 t/ UUnbind(HttpContext.Current, SessionFactory)4 }" }. k* `) x) y7 A1 a- J
4 N2 c2 t5 ~, Q$ c; T( Z6 D, \
context.EndRequest += CloseSession;* h, C: N0 P# N& z4 _  E
8 W+ s- r) P; i
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2025-11-20 21:02 , Processed in 0.085873 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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