gpt4 book ai didi

java - 关闭 hibernate 连接

转载 作者:行者123 更新时间:2023-12-02 07:34:37 25 4
gpt4 key购买 nike

我正在使用 Hibernate 进行数据库池化。连接未正确关闭。我这样称呼:

HibernateManager.getSessionFactory().getCurrentSession().disconnect();

请帮帮我。

最佳答案

Session.disconnect()没有做你认为它会做的事:

Disconnect the session from its underlying JDBC connection. This is intended for use in cases where the application has supplied the JDBC connection to the session and which require long-sessions (aka, conversations).

通常,您只想 close() session 或让事务管理层处理获取和关闭连接。

关于java - 关闭 hibernate 连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12427976/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com