Package | Description |
---|---|
org.springframework.graphql.data.query |
DataFetcher implementations built on Spring Data
extensions such as Query by Example and Querydsl. |
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
ReactiveQuerydslPredicateExecutor
into the target projectionType . |
QuerydslDataFetcher.ReactiveBuilder<T,R> |
QuerydslDataFetcher.ReactiveBuilder.sortBy(org.springframework.data.domain.Sort sort)
Apply a
Sort order. |