埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
/ Y" O6 s% Q& E8 R" o
/ k# j" \8 b4 @% R1 L- k" {谢谢5 G7 r5 y3 N. t& [
- ^- \# u& @1 {. {
<property name="current_session_context_class">web</property>
$ a$ T! |. ^0 w& w( |<property name="current_session_context_class">call</property>
6 b! H& |& N4 r( u4 `<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 编辑 8 C( }$ o; K. Z" b! J/ F% e2 X
# S) C2 O8 M3 a- s& T" ]
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
8 y) o  I6 n' ]0 G$ x# s
5 }" O  Y2 j0 \  ]7 x
; I* Z& X! x# P0 X5 GChapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf/ g! @# D7 O/ w; B( ^: z
" V) W; i  Q+ P3 {
0 D+ T! j0 j' s
Chapter 2.5 Contextual Sessions
, H! ^4 |9 l% g: {4 Agamahu 发表于 2011-7-14 21:56

. @' `) a/ T; Z! ~3 _2 J3 o7 J" ?. a. s2 _
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大./ |% F. N$ u8 R- E: ]7 M

! a, b# C* Y# p1 J5 }' A/ G6 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
; d# ?$ M2 n2 {0 P( E基本参数:. ^) _2 Z( a2 J
jta | thread | managed | custom.Class! T6 d) W, ^! _8 D$ @
主要是配合0 q: e0 y! B2 m- `
SessionFactory.getCurrentSession()% e5 N5 A* h. F# b0 L: Z: x
来用的.
9 z. E1 Z! W  Y: N- ~* e3 OThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
- z8 r, T5 Z2 g) O: l1 F4 D5 aWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:3 I4 |! Q6 }! u' t* r
context.BeginRequest += OpenSession;2 a+ T" m) C, B
.Bind(HttpContext.Current, SessionFactory.OpenSession())0 K+ t: T! S0 K; L/ f* m9 Y' {

1 K. L; ^7 K2 q4 D' n0 T//do transaction
, P* z) ~. M5 P8 F) ngetCurrentSession().Submit();
$ i1 s) t4 G9 C5 Q7 R7 R! g# @getCurrentSession().RollBack();
  ~, X  B/ M2 J7 ~/ N& l...
, K. b' r% b9 X8 RUnbind(HttpContext.Current, SessionFactory)
% b8 a* c+ k- L% L' Y: a' B6 W  A' X+ h( L
context.EndRequest += CloseSession;, H$ c2 W1 Z$ B3 r
* R& h3 x" z; W+ ?, H0 l
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-4-24 09:21 , Processed in 0.194026 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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