Package org.springframework.graphql.data.query
@NonNullApi
@NonNullFields
package org.springframework.graphql.data.query
DataFetcher
implementations built on Spring Data
extensions such as Query by Example and Querydsl.-
ClassDescriptionMain class to create a
DataFetcher
from a Query By Example repository.Builder for a Query by Example-basedDataFetcher
.Callback interface that can be used to customize QueryByExampleDataFetcherQueryByExampleDataFetcher.Builder
to change its configuration.Builder for a reactive Query by Example-basedDataFetcher
.Callback interface that can be used to customize QueryByExampleDataFetcherQueryByExampleDataFetcher.ReactiveBuilder
to change its configuration.Main class to create aDataFetcher
from a Querydsl repository.Builder for a Querydsl-basedDataFetcher
.Callback interface that can be used to customize QuerydslDataFetcherQuerydslDataFetcher.Builder
to change its configuration.Builder for a reactive Querydsl-basedDataFetcher
.Callback interface that can be used to customize QuerydslDataFetcherQuerydslDataFetcher.ReactiveBuilder
to change its configuration.