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 a406357 commit 2b39aaeCopy full SHA for 2b39aae
hibernate-core/src/main/java/org/hibernate/annotations/Fetch.java
@@ -27,7 +27,8 @@
27
* overridden in a given {@linkplain FetchProfile fetch profile}.
28
* <p>
29
* Note that join fetching is incompatible with lazy fetching, and so
30
- * {@code @Fetch(JOIN)} implies {@code fetch=EAGER}.
+ * {@code @Fetch(JOIN)} implies {@code fetch=EAGER}, overriding any
31
+ * explicitly-specified {@code fetch=LAZY} setting.
32
*
33
* @author Emmanuel Bernard
34
0 commit comments