埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?% C+ ]2 U/ `. O: w& x7 \
4 P8 q0 X! x' q* h
谢谢& U7 m  U$ }# b% |
7 |9 {! [6 \* @) O+ P0 W1 Y. i; o
<property name="current_session_context_class">web</property>
4 B/ {- G1 S1 G# e& r+ |<property name="current_session_context_class">call</property>/ U% @( m" y/ W% k
<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 编辑
4 i' j7 i4 s  a, T: G! M$ A4 `) t% K. O' W9 j; s' Y( D' B
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
. H* B' o% F& N  ^2 c/ t, c- p0 a
- ?' L; w1 ~# o% R. f
# |" `: W& g* BChapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf  F( a( k$ K& ~: v
  l6 d2 A8 X0 r: |, c: V0 @9 p
7 w( |1 T* s7 C# x
Chapter 2.5 Contextual Sessions' j+ D4 h: s, w/ A9 v$ R( x1 n: k8 V
gamahu 发表于 2011-7-14 21:56

3 @2 W& a1 ?3 u  b( _" v2 x( V
+ G$ G; {; M8 ^2 g% I谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.% D% T) J% h6 ]! O
6 K; o. m8 m9 D. U- ^+ J
现在还多了个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& _: E2 g( f0 I; Y, Q. L% U
基本参数:
7 e' i/ V! h1 H5 q' ujta | thread | managed | custom.Class
5 \0 |/ Y$ N* K, B主要是配合! f: L5 w# A! m. A$ J5 }8 B  O
SessionFactory.getCurrentSession()- z& r' V0 I* r
来用的.
& G: l1 L& x& b$ A5 r( zThread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
0 v! P; M6 a0 I4 m: @4 a9 O& M' PWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:, \6 T* m" L, Y: b( \3 E
context.BeginRequest += OpenSession;
/ {9 O, }* y; J.Bind(HttpContext.Current, SessionFactory.OpenSession())
8 Q) p: S+ k6 h* S: C- v4 o0 w: T' u/ N3 f
//do transaction
8 W" d" F: {+ `, f+ U0 Z' K" S4 R) IgetCurrentSession().Submit();
# [' u( s6 D7 [getCurrentSession().RollBack();
6 w1 Z6 q/ O+ n% m...
& e0 w# }1 R* r1 e' wUnbind(HttpContext.Current, SessionFactory): m$ z# A' S+ g- G

' P6 i: U# t' w$ T7 Ucontext.EndRequest += CloseSession;+ P* l% G1 p0 Q3 w

; U1 C6 s4 F* E5 |1 H+ M+ W 如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-8-27 03:39 , Processed in 0.131791 second(s), 15 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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