Skip to content

Commit 909b863

Browse files
committed
HHH-19440 - Deprecate exposing of LockOptions
1 parent 85cab60 commit 909b863

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

hibernate-core/src/main/java/org/hibernate/LockOptions.java

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,13 @@
7070
* The interface {@link Timeouts} provides several operations to simplify
7171
* migration.
7272
*
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-
*
8173
* @see Timeout
8274
* @see Timeouts
8375
* @see LockMode
8476
* @see jakarta.persistence.LockModeType
8577
* @see PessimisticLockScope
78+
*
79+
* @author Scott Marlow
8680
*/
8781
@Deprecated(since = "7.0", forRemoval = true) // moving to an SPI package
8882
public class LockOptions implements Serializable {

0 commit comments

Comments
 (0)