Add builder customizers for Querydsl and QBE DataFetcher
We now provide Builder customizers to customize DataFetchers created out of Querydsl and Query by Example repositories by letting repositories implement customizer interfaces. See gh-559
This commit is contained in:
@@ -967,11 +967,10 @@ obtained from `QuerydslDataFetcher`. The
|
||||
detects `@GraphQlRepository` beans and uses them to initialize the
|
||||
`RuntimeWiringConfigurer` with.
|
||||
|
||||
Auto-registration does not support <<data-querybyexample-customizations, customizations>>.
|
||||
If you need that, you'll need to use `QueryByExampleDataFetcher` to build and
|
||||
register the `DataFetcher` manually through a
|
||||
<<execution-graphqlsource-runtimewiring-configurer>>.
|
||||
|
||||
Auto-registration applies <<data-querybyexample-customizations, customizations>>
|
||||
by calling `customize(Builder)` on the repository instance if your repository
|
||||
implements `QuerydslBuilderCustomizer` or `ReactiveQuerydslBuilderCustomizer`
|
||||
respectively.
|
||||
|
||||
|
||||
[[data-querybyexample]]
|
||||
@@ -1081,10 +1080,10 @@ obtained from `QueryByExampleDataFetcher`. The
|
||||
detects `@GraphQlRepository` beans and uses them to initialize the
|
||||
`RuntimeWiringConfigurer` with.
|
||||
|
||||
Auto-registration does not support <<data-querybyexample-customizations, customizations>>.
|
||||
If you need that, you'll need to use `QueryByExampleDataFetcher` to build and
|
||||
register the `DataFetcher` manually through a
|
||||
<<execution-graphqlsource-runtimewiring-configurer>>.
|
||||
Auto-registration applies <<data-querybyexample-customizations, customizations>>
|
||||
by calling `customize(Builder)` on the repository instance if your repository
|
||||
implements `QueryByExampleBuilderCustomizer` or
|
||||
`ReactiveQueryByExampleBuilderCustomizer` respectively.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user