A Hibernate session represents a scoping for a unit of work.
Hibernate会话表示工作单元的范围。
The session interface manages persistence during the lifecycle of a Hibernate session.
在Hibernate会话的生命周期中,Session接口管理持久性。
In its JPA implementation, Hibernate sets the FlushMode of the underlying Hibernate session to MANUAL and the auto-commit mode to false.
在其JPA实现中,Hibernate将底层Hibernate会话的FlushMode设置为MANUAL并将auto - commit模式设置为false。
应用推荐