You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can declare at most one `EntityGraph` per repository by overriding `EntityGraphRepository#defaultEntityGraph` method.
221
+
You can declare at most one `default EntityGraph` per repository by overriding `EntityGraphRepository#defaultEntityGraph` method.
222
222
223
-
Calling **any** repository query method - custom or pre-defined - without `EntityGraph` or with an `EntityGraph#NOOP` equivalent will lead to the `DefaultEntityGraph` usage. Otherwise, the `EntityGraph` passed as query method argument will always have priority.
223
+
Calling **any** repository query method - custom or pre-defined - without `EntityGraph` or with an `EntityGraph#NOOP` equivalent will lead to the `default EntityGraph` usage. Otherwise, the `EntityGraph` passed as query method argument will always have priority.
0 commit comments