Uses of Interface
com.blazebit.query.spi.DataFetchContext
Packages that use DataFetchContext
Package
Description
SPI for implementers of the Blaze-Query API of extension providers.
-
Uses of DataFetchContext in com.blazebit.query.spi
Methods in com.blazebit.query.spi with parameters of type DataFetchContextModifier and TypeMethodDescriptionDataFetcher.fetch
(DataFetchContext context) Returns freshly fetched data for a schema object.ProjectableDataFetcher.fetch
(DataFetchContext context, int[][] projection) Returns freshly fetched data for a schema object.DataFetcherConfig.find
(DataFetchContext context) Returns the config value registered in theDataFetchContext
ornull
if no value exists.DataFetcherConfig.findAll
(DataFetchContext context) Returns the config value registered in theDataFetchContext
ornull
if no value exists.default T
DataFetcherConfig.get
(DataFetchContext context) Returns the config value registered in theDataFetchContext
.DataFetcherConfig.getAll
(DataFetchContext context) Returns the config value registered in theDataFetchContext
ornull
if no value exists.PropertyProvider.provide
(DataFetchContext context) Provides the Object.