DATAJPA-73 - Added id to locking section of reference documentation.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user