Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我不需要为每个 DAO 方法关闭休眠会话。那么,我可以在 DAO 方法中设置布尔参数来关闭 Hibernate 会话吗?
我在用