埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?1 i9 A& g* x$ C9 d; u
5 c9 r* L, B+ v4 O& u" e
谢谢$ V2 d+ i% V# e. d% q/ [
9 q# q% ~% M- [% h/ V# Z7 O
<property name="current_session_context_class">web</property>3 N, r; ?) |( c& {
<property name="current_session_context_class">call</property>
' r8 b4 f( k0 u3 t0 t. @<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 编辑 ( o, E* R+ F8 ]$ H! A
0 M1 }) \1 _8 X" d
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf9 V; R8 D3 Z. ?/ y9 N" u

& t' R) h: b* O' c) F2 j) _9 |3 G# ?, I$ e2 p
Chapter 2.5 Contextual Sessions
大型搬家
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf9 d1 e; t- L8 V* g3 g5 l; Q( h+ C2 e

; q; l/ {( q" b0 ]0 j, a; }. T2 I3 r  d- }  x
Chapter 2.5 Contextual Sessions
( b" Q& d, Y3 z3 Ugamahu 发表于 2011-7-14 21:56
2 Q9 o$ u* ?, |$ ?% @" D
$ s4 U4 }4 W3 d
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
1 [. {- Y: O8 }+ D4 t# n" l# ]) _' D" w5 h% v) z. E3 C- o+ l
现在还多了个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/ f& a, U" c" [! k$ R* M) v
基本参数:
) y. R; N# C3 \8 S$ f* ojta | thread | managed | custom.Class/ l0 F9 C5 I6 I, B8 }
主要是配合
$ Y2 x5 Z% ~. j6 F# K1 s; m5 VSessionFactory.getCurrentSession()# t) ^; o' {; \
来用的.
6 K+ q' K/ q* \6 GThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
- I  J" R/ T7 Z+ F% mWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:1 F# \5 S8 K8 H+ B# T  C4 f
context.BeginRequest += OpenSession;
! N  g6 G( M9 v% \6 ].Bind(HttpContext.Current, SessionFactory.OpenSession())% ^* g( R- W* L" C
  G- h6 d+ }/ W" B9 [# O
//do transaction. K. o& Y- q7 s$ s- J8 ^
getCurrentSession().Submit();
; P# v5 h7 W4 H# ]- u- HgetCurrentSession().RollBack();
4 B% z! }1 c" ~/ u% r! M( c...* E1 A7 V$ O. h. @7 A" H1 c
Unbind(HttpContext.Current, SessionFactory)$ u$ O3 \$ D  l
! ^: O: u* n" _- r9 c( L6 p$ E
context.EndRequest += CloseSession;
2 P( f: `: @( r2 H, |: Q* _# k- `! @+ T9 L/ j4 ?) \7 b
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-4-25 04:08 , Processed in 0.210256 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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