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 0b1b1ed commit e0e9c90Copy full SHA for e0e9c90
hibernate-core/src/main/java/org/hibernate/annotations/FetchMode.java
@@ -40,7 +40,7 @@ public enum FetchMode {
40
* {@linkplain jakarta.persistence.FetchType#EAGER eager} and
41
* {@linkplain jakarta.persistence.FetchType#LAZY lazy} fetching.
42
* On the other hand, performance considerations dictate that it
43
- * should only be used in combination wih {@code EAGER} fetching
+ * should only be used in combination with {@code EAGER} fetching
44
* when it is almost certain that the associated data will be
45
* available in the second-level cache.
46
*/
0 commit comments