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 ae00af9 commit 6e4a400Copy full SHA for 6e4a400
hibernate-core/src/main/java/org/hibernate/IdentifierLoadAccess.java
@@ -43,8 +43,12 @@
43
* @author Eric Dalquist
44
* @author Steve Ebersole
45
*
46
- * @see Session#byId(Class)
+ * @see Session#byId
47
+ *
48
+ * @deprecated Use forms of {@linkplain Session#find} accepting
49
+ * {@linkplain jakarta.persistence.FindOption} instead of {@linkplain Session#byId}.
50
*/
51
+@Deprecated(since = "7.1", forRemoval = true)
52
public interface IdentifierLoadAccess<T> {
53
54
/**
0 commit comments