埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?# H* N; Z. g$ Q
" ~0 W  K! L; _: U
谢谢* l+ p9 U9 B: W4 N9 j
% U! Z/ Y7 S7 D5 T
<property name="current_session_context_class">web</property>; ^1 j/ j5 w/ s1 N
<property name="current_session_context_class">call</property>
, P7 r1 @  ^. O- A<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: `1 e0 J: D& n7 J) Y
; R4 G/ E7 f5 u! L9 r9 r
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf0 [2 f! K7 i5 t% P# X

  e' z3 i3 `+ Z  c) c& x" j8 H$ H" Q! s+ B5 D* ^
Chapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf( g! H& X4 _' y& ?/ F* G

+ v7 m  a  W" d# ?8 I5 a! r. O5 Y5 a- Y6 }" X- e
Chapter 2.5 Contextual Sessions
) V: ~& Z5 m0 D* hgamahu 发表于 2011-7-14 21:56
) _7 G0 x# m& r! ?- X5 W& z
' W: I, m9 U) M  y- W5 ?& @
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
. M7 j) ^2 N  q0 Y' Q4 X
" c- w. t- G) U" w( Z现在还多了个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 }7 W3 P7 w& D8 ]% W4 f1 P9 H
基本参数:" {/ l9 u( p' g' D8 H
jta | thread | managed | custom.Class6 x/ w) X' I  b- _
主要是配合* l$ P& Q! Z+ }  r. J. J- \
SessionFactory.getCurrentSession(). v! l: v9 O$ T3 R6 H" U8 S- S% b. a
来用的.
4 O" s8 s2 }- X" |3 s/ V" KThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确," E; b. q2 f7 f: u: ~- B: d* o0 }: d
Web application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
7 z4 }* F# S; f- E9 lcontext.BeginRequest += OpenSession;8 Z  O6 |; {6 i, G
.Bind(HttpContext.Current, SessionFactory.OpenSession())
3 d; q' S" M$ b: P/ o- W) m( ~, ]
//do transaction
& L; y, R4 `* a3 [$ @2 Q; I+ H* ]getCurrentSession().Submit();
* a: T# A5 D8 \7 W" c, YgetCurrentSession().RollBack();* X: F) E+ e& b4 H. K
...
( `7 }  X& J, |" _3 k0 ?Unbind(HttpContext.Current, SessionFactory)
" x6 X  x# b& C( P3 E1 k
  F6 E6 k% F" [1 F9 T% U7 u0 d8 ccontext.EndRequest += CloseSession;
" L/ {4 A' `1 q$ {: d' K( s8 u
  h4 s9 S) b7 y5 W9 P 如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-2-28 20:01 , Processed in 0.258106 second(s), 15 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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