| Package | Description |
|---|---|
| org.springframework.graphql.data.querydsl |
Support for
DataFetchers backed by Querydsl based
Spring Data repositories. |
| Modifier and Type | Method and Description |
|---|---|
static <T> QuerydslDataFetcher.ReactiveBuilder<T,T> |
QuerydslDataFetcher.builder(org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor<T> executor)
Create a new
QuerydslDataFetcher.ReactiveBuilder accepting
ReactiveQuerydslPredicateExecutor to build a reactive DataFetcher. |
QuerydslDataFetcher.ReactiveBuilder<T,R> |
QuerydslDataFetcher.ReactiveBuilder.customizer(org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<? extends com.querydsl.core.types.EntityPath<T>> customizer)
Apply a
QuerydslBinderCustomizer. |
<P> QuerydslDataFetcher.ReactiveBuilder<T,P> |
QuerydslDataFetcher.ReactiveBuilder.projectAs(Class<P> projectionType)
Project results returned from the
QuerydslPredicateExecutor
into the target projectionType. |