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 85cab60 commit 909b863Copy full SHA for 909b863
hibernate-core/src/main/java/org/hibernate/LockOptions.java
@@ -70,19 +70,13 @@
70
* The interface {@link Timeouts} provides several operations to simplify
71
* migration.
72
*
73
- * @see LockMode
74
- * @see Timeouts
75
- *
76
- * @author Scott Marlow
77
78
- * @deprecated Use methods accepting {@linkplain FindOption}, {@linkplain LockOption} or {@linkplain RefreshOption}
79
- * instead.
80
81
* @see Timeout
82
* @see Timeouts
83
* @see LockMode
84
* @see jakarta.persistence.LockModeType
85
* @see PessimisticLockScope
+ *
+ * @author Scott Marlow
86
*/
87
@Deprecated(since = "7.0", forRemoval = true) // moving to an SPI package
88
public class LockOptions implements Serializable {
0 commit comments