埃德蒙顿华人社区-Edmonton China

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

寻找NHibernate高手

[复制链接]
鲜花(123) 鸡蛋(0)
发表于 2011-7-14 16:47 | 显示全部楼层 |阅读模式
老杨团队,追求完美;客户至上,服务到位!
能否说说以下三个设置的异同啊?1 ~; K1 y, P" ]' z; U- P
* s/ _% F% v5 {& S5 o- P1 ?" q. o
谢谢
5 j: o, {, o- z; l- Y# F% d9 {' U+ q8 {
<property name="current_session_context_class">web</property>
% U/ H) x" Y: p* d<property name="current_session_context_class">call</property>& b* o$ ^, A( I. u2 N8 z1 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 编辑 4 e2 ]: S$ h# f+ I' D1 I
/ q$ r% M9 N* h
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf
9 v2 R+ I3 \) j  C2 _  U, F" M$ |/ @  j

0 \2 _' ]" f3 N$ {4 AChapter 2.5 Contextual Sessions
鲜花(123) 鸡蛋(0)
 楼主| 发表于 2011-7-14 22:31 | 显示全部楼层
老杨团队 追求完美
Please refer to http://docs.jboss.org/hibernate/ ... rnate_reference.pdf1 x+ q2 X0 v& t# }. U

$ K: v- L* ^( a8 {1 Y
  v- ?- ~% q- e  a; aChapter 2.5 Contextual Sessions
& _; n- r1 [( l: Z! w% Qgamahu 发表于 2011-7-14 21:56
" b1 k2 Y5 {; T2 s
+ v  y$ a2 I) N/ p) t6 W. e
谢谢啊,看了,但还是很模糊. 其实我已经看过不少关于这个问题的文章或书里的章节, 还是没有得出明确的答案, 他们之间的 界定和 差异不是太大.! O8 f1 b4 q, C0 r$ e7 L
2 J2 i) e8 w; T7 w
现在还多了个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
. S- Y. K" d: Y9 G6 J3 z基本参数:7 p( ]1 Y3 q& u$ O! \  ?4 E6 T
jta | thread | managed | custom.Class
9 o6 P3 k9 d- U+ a# Q8 b主要是配合
# ^! l3 N% s$ Z. KSessionFactory.getCurrentSession(). `( Q6 T# ^7 R- ]# v$ x: j- P
来用的.! ~5 T& T$ J* }# c. `- O' T
Thread 指自动绑定到当前进程,managed 是在有些managed environment 如果使用 container-managed transactions (CMT) , 需要自己bind 和 unbind,这样 getCurrentSession() 才可能返回正确,) `1 ^+ I2 b/ J. u* o' W3 F! X
Web application 状况下,每一个HttpRequest 都是独立thread, 所以可以在BeginRequest的时候bind, 在EndRequest 的时候Unbind, 这样就是可以使用getCurrentSession(), 例如:
6 [  L3 ~3 L: Kcontext.BeginRequest += OpenSession;0 C- H; s3 H& X- G
.Bind(HttpContext.Current, SessionFactory.OpenSession())" W: o  h; R, o

, ?; y9 d7 J( @% {9 J  Y/ A6 m" D//do transaction7 y/ b4 b8 u/ }( H: J
getCurrentSession().Submit();% O% V9 }, m) O- Q, J
getCurrentSession().RollBack();
  y% A% J- D& t/ ^! Y2 |/ f: l: l...) a8 M, Y0 u' ~  X5 z/ w
Unbind(HttpContext.Current, SessionFactory)
( v& `- ~5 y1 m& O7 |! |0 j4 N8 w1 t
+ k4 x, N' D: h7 @context.EndRequest += CloseSession;
# A% _( w1 q3 C9 J2 g$ f+ l- R5 F9 T& V5 |- \9 T" D
如果配置不对,getCurrentSession() 会出错。但是不会引起application 不稳定,查查别的地方吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT-7, 2026-7-28 04:35 , Processed in 0.113400 second(s), 14 queries , Gzip On, APC On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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