51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#getCurrentSession
Hibernate之openSession与getCurrentSession的区别
openSession与getCurrentSession的区别(1)openSession每一次获得的是一个全新的session对象,而getCurrentSession获得的是与当前线程绑定的session对象;(2)openSession不需要配置,而getCurrentSession需要配置<proper...
代码星球
·
2020-07-24
Hibernate
openSession
getCurrentSession
区别
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他