埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
  q; ?0 {2 C/ @& n( b' {9 h+ @# s3 v; p, w* t: r. T
谢谢
2 O+ x9 k  W/ n+ Z) g  t! [5 Y
# @9 C/ q  S. ]: I<property name="current_session_context_class">web</property>* \8 g( Y5 b% G
<property name="current_session_context_class">call</property>  i# _& n) f/ H2 E7 v! 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 编辑
' ~2 P) s$ s+ v8 {) k5 K. B
, D1 N' y3 ?2 x4 D2 a' iPlease refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf0 \: M$ S, K1 ^7 U
& ?$ N% ]/ P! s$ S/ t* U0 x7 o

4 c/ A+ n6 q. C+ A( f, GChapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
, {5 r2 j; x& d8 J0 w# U
: k! x- w' x2 n5 f, [3 o5 l: f/ c" M4 r
Chapter 2.5 Contextual Sessions
! V9 d6 j" M0 x: `) ~gamahu 发表于 2011-7-14 21:56
- [( X8 L; C) \) H
! l2 e$ Y, D' {
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
+ u9 l) ^; Q" l, q2 Q) ]1 ^2 ~
& S3 G) C5 D8 I& n4 }2 p2 @3 |现在还多了个manage_web,很想知道它和  web/thread_static的差别,也许它能  解决我们现在要解决的问题. 因为 web/thread_static都用过一段时间,   都偶尔有不稳定的  现象出现.
鲜花(2) 鸡蛋(0)
发表于 2011-7-15 09:55 | 显示全部楼层
current_session_context_class 主要是用来配置当前 data transaction session bind to what2 `2 Q. ]& c$ |  E, z0 T/ M5 y( |4 \% E6 {
基本参数:. @% P* V% V2 d4 V5 f0 e+ l, Q4 B
jta | thread | managed | custom.Class
% m" R0 p( S$ `8 l; @. E7 g主要是配合
* y$ s3 L9 `0 J9 ]! C" vSessionFactory.getCurrentSession()
$ S. E2 J- ?' w+ ~: x9 t来用的.& @& N$ s; B0 M
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,; m: Q, x. [* {4 M# l
Web application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:  u* v1 @& j$ u6 V" J4 W, a3 Q% b, r
context.BeginRequest += OpenSession;6 e: q. a) f) N. p+ ?2 P; B. y9 F/ [
.Bind(HttpContext.Current, SessionFactory.OpenSession())0 V8 O0 I, h0 X' S5 E- c
% |  s; Q* v% \8 Z8 v0 V
//do transaction
) m7 e: \8 D* y0 X. s" t/ }getCurrentSession().Submit();7 z- Q$ R; I- K4 q
getCurrentSession().RollBack();
) O. N5 I, @7 U. k2 u...% ~( \& z& d, I7 P3 i' i
Unbind(HttpContext.Current, SessionFactory)$ |1 ~6 n& C" |& [, E0 ?
" {1 G* \, N, p% A
context.EndRequest += CloseSession;& r4 R  _3 H0 g+ X9 I

3 Z0 ~/ i8 M1 u' P 如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-4-27 22:24 , Processed in 0.145024 second(s), 13 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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