File tree 2 files changed +0
-6
lines changed
hibernate-reactive-core/src/main/java/org/hibernate/reactive
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -456,9 +456,6 @@ interface Session extends AutoCloseable {
456
456
*
457
457
* This operation cascades to associated instances if the association is
458
458
* mapped with {@link org.hibernate.annotations.CascadeType#LOCK}.
459
- * <p>
460
- * Note that the optimistic lock modes {@link LockMode#OPTIMISTIC} and
461
- * {@link LockMode#OPTIMISTIC_FORCE_INCREMENT} are not currently supported.
462
459
*
463
460
* @param entity a persistent or transient instance
464
461
* @param lockMode the lock level
Original file line number Diff line number Diff line change @@ -440,9 +440,6 @@ interface Session extends AutoCloseable {
440
440
*
441
441
* This operation cascades to associated instances if the association is
442
442
* mapped with {@link org.hibernate.annotations.CascadeType#LOCK}.
443
- * <p>
444
- * Note that the optimistic lock modes {@link LockMode#OPTIMISTIC} and
445
- * {@link LockMode#OPTIMISTIC_FORCE_INCREMENT} are not currently supported.
446
443
*
447
444
* @param entity a persistent or transient instance
448
445
* @param lockMode the lock level
You can’t perform that action at this time.
0 commit comments