Skip to content

Commit

Permalink
"IMCREMENT" (#602)
Browse files Browse the repository at this point in the history
* "IMCREMENT"

* add paragraph breaks

---------

Co-authored-by: Lukas Jungmann <[email protected]>
  • Loading branch information
gavinking and lukasj authored Mar 22, 2024
1 parent adcddc7 commit 166e89a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/src/main/java/jakarta/persistence/LockModeType.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,16 @@
public enum LockModeType implements FindOption, RefreshOption {
/**
* Synonymous with {@link #OPTIMISTIC}.
* <p>
* {@code OPTIMISTIC} is preferred for new applications.
*
*/
READ,

/**
* Synonymous with {@link #OPTIMISTIC_FORCE_INCREMENT}.
* {@code OPTIMISTIC_FORCE_IMCREMENT} is preferred for
* <p>
* {@code OPTIMISTIC_FORCE_INCREMENT} is preferred for
* new applications.
*
*/
Expand Down

0 comments on commit 166e89a

Please sign in to comment.