We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82913d commit 3a4da8dCopy full SHA for 3a4da8d
hibernate-core/src/main/java/org/hibernate/engine/spi/CascadingActions.java
@@ -91,7 +91,11 @@ public String toString() {
91
92
/**
93
* @see org.hibernate.Session#lock(Object, LockMode)
94
+ *
95
+ * @deprecated because {@link org.hibernate.annotations.CascadeType#LOCK}
96
+ * is deprecated
97
*/
98
+ @Deprecated(since="7", forRemoval = true)
99
public static final CascadingAction<LockOptions> LOCK = new BaseCascadingAction<>() {
100
@Override
101
public void cascade(
0 commit comments