Skip to content

Commit 2517fbf

Browse files
committed
HHH-13064 Fix Lock and LockModeType table
1 parent 04fbabc commit 2517fbf

File tree

1 file changed

+1
-1
lines changed
  • documentation/src/main/asciidoc/userguide/chapters/locking

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/userguide/chapters/locking/Locking.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Hibernate always uses the locking mechanism of the database, and never lock obje
314314
Long before JPA 1.0, Hibernate already defined various explicit locking strategies through its `LockMode` enumeration.
315315
JPA comes with its own http://docs.oracle.com/javaee/7/api/javax/persistence/LockModeType.html[`LockModeType`] enumeration which defines similar strategies as the Hibernate-native `LockMode`.
316316

317-
[cols=",",, options="header"]
317+
[cols=",,",, options="header"]
318318
|=======================================================================
319319
|`LockModeType`|`LockMode`|Description
320320

0 commit comments

Comments
 (0)