DATAJPA-73 - Added id to locking section of reference documentation.

This commit is contained in:
Oliver Gierke
2011-12-06 18:59:11 +01:00
parent c915077074
commit 0aa6aaca2a

View File

@@ -764,7 +764,7 @@ public interface UserRepository extends JpaRepository<User, Long> {
</section>
<section>
<title>Locking</title>
<title id="locking">Locking</title>
<para>To specify the lock mode to be used the
<interfacename>@Lock</interfacename> annotation can be used on query