Branch: refs/heads/5.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: 2e7d0015be576975f435f32bcbe1b922498a83e9
https://github.com/hibernate/hibernate-orm/commit/2e7d0015be576975f435f32...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2016-06-23 (Thu, 23 Jun 2016)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/locking/Locking.adoc
A
documentation/src/main/asciidoc/userguide/chapters/locking/extras/locking-follow-on-example.sql
A
documentation/src/main/asciidoc/userguide/chapters/locking/extras/locking-follow-on-secondary-query-example.sql
M
documentation/src/test/java/org/hibernate/userguide/locking/ExplicitLockingTest.java
Log Message:
-----------
Update the Locking documentation
- add a side-by-side comparison of LockMode and LockModeType
- describe the follow-on-locking behavior