Polishing

See gh-191
This commit is contained in:
Rossen Stoyanchev
2021-11-26 14:42:10 +00:00
parent cc5a8427a8
commit 425dc9c461
2 changed files with 9 additions and 2 deletions

View File

@@ -88,13 +88,18 @@ import org.springframework.util.StringUtils;
*
* <p>See methods on {@link QueryByExampleDataFetcher.Builder} and
* {@link QueryByExampleDataFetcher.ReactiveBuilder} for further options on
* GraphQL Query argument to Query by Example bindings, result projections, and
* sorting.
* result projections and sorting.
*
* <p>{@code QueryByExampleDataFetcher} {@link #registrationTypeVisitor(List, List) exposes}
* a {@link GraphQLTypeVisitor} that can auto-register repositories annotated with
* {@link GraphQlRepository @GraphQlRepository}.
*
* @param <T> returned result type
* @author Greg Turnquist
* @author Rossen Stoyanchev
* @since 1.0.0
*
* @see GraphQlRepository
* @see QueryByExampleExecutor
* @see ReactiveQueryByExampleExecutor
* @see Example

View File

@@ -104,7 +104,9 @@ import org.springframework.util.StringUtils;
*
* @param <T> returned result type
* @author Mark Paluch
* @author Rossen Stoyanchev
* @since 1.0.0
*
* @see GraphQlRepository
* @see QuerydslPredicateExecutor
* @see ReactiveQuerydslPredicateExecutor