埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?
. Y' j0 g  h. d+ B" A
! f! `. P0 z; ^/ w, S+ w谢谢
/ F5 `' ]9 _. M1 t5 ?6 b) @& u/ k; N' a' E# F  B- ~
<property name="current_session_context_class">web</property>
4 N( g& Q2 D1 ]$ ?9 m9 b<property name="current_session_context_class">call</property>0 d8 _6 U0 T- d
<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 编辑 6 W3 m) x1 i2 U0 Y7 H

9 ?1 v# w' A) A/ H. HPlease refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
/ ?# Z# u5 n3 n! W. f( p) b. A* g3 j3 A9 N- V

/ q) e5 c* N" ?% S/ _! I, r, TChapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf1 _7 {1 k+ d) N2 I& c9 q. |

% {( `9 M& G: H4 I
  [, b) m% ]  O" eChapter 2.5 Contextual Sessions* z  d4 o+ J7 z, ~: L, M: U
gamahu 发表于 2011-7-14 21:56
* j' n, X; ~" x8 F' s. O8 Z

3 K1 Z+ {# m8 B8 ]' z* Y/ B3 h谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.
. ^/ B: A& D9 W  p' r0 v# d. x' c1 J) F
现在还多了个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$ i' i5 B: i+ |9 u! E/ B
基本参数:, f) M. H. l' a3 q
jta | thread | managed | custom.Class
/ i3 g4 T5 f# v主要是配合) B: u0 N& @4 X, G$ {: c
SessionFactory.getCurrentSession()
6 |& o( ^8 G1 j& }# ]/ b来用的.# ^( i  y$ ?& x) G9 o* u
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,
' N. T# h7 z6 y% l. _& h  U7 p9 RWeb application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
- |' n; i1 `7 ycontext.BeginRequest += OpenSession;
% N4 M7 o% Q7 D. L0 X6 h.Bind(HttpContext.Current, SessionFactory.OpenSession())5 _1 m5 Z1 y, z( s6 j- l$ E

+ K# Y6 Z& q; `3 S: _//do transaction  \8 \0 ~# `5 n% z2 c
getCurrentSession().Submit();
4 Y  y* q7 U: B5 }+ GgetCurrentSession().RollBack();
: ^3 ]  H4 w" @...  D; w+ ^" @- s$ j! m/ X) ]  g
Unbind(HttpContext.Current, SessionFactory)
4 i7 y  F9 ~3 x% Q4 e9 f$ F8 `; y5 g* N' T* Z* s
context.EndRequest += CloseSession;5 `) a, \! `$ E0 F" w' a

6 x/ b# M6 J2 u0 ^ 如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-5-10 01:06 , Processed in 0.203405 second(s), 13 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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