File tree 1 file changed +2
-3
lines changed
src/main/java/org/springframework/data/jpa/repository/support
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,7 @@ public void setEscapeCharacter(EscapeCharacter escapeCharacter) {
140
140
}
141
141
142
142
/**
143
- * Configures the {@link JpaQueryMethodFactory} to be used. Defaults to
144
- * {@link JpaQueryMethod.DefaultJpaQueryMethodFactory#INSTANCE}.
143
+ * Configures the {@link JpaQueryMethodFactory} to be used. Defaults to {@link DefaultJpaQueryMethodFactory}.
145
144
*
146
145
* @param queryMethodFactory must not be {@literal null}.
147
146
*/
@@ -294,7 +293,7 @@ private static boolean hasMethodReturningStream(Class<?> repositoryClass) {
294
293
*
295
294
* @author Oliver Gierke
296
295
* @since 2.0.5
297
- * @see https://bugs.eclipse.org/bugs/show_bug.cgi?id=289141
296
+ * @see <a href=" https://bugs.eclipse.org/bugs/show_bug.cgi?id=289141">https://bugs.eclipse.org/bugs/show_bug.cgi?id=289141</a>
298
297
*/
299
298
private static class EclipseLinkProjectionQueryCreationListener implements QueryCreationListener <AbstractJpaQuery > {
300
299
You can’t perform that action at this time.
0 commit comments