Polishing
See gh-191
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user