Uses of Interface
com.blazebit.query.QueryContext
Packages that use QueryContext
Package
Description
Blaze-Query is a querying tool.
SPI for implementers of the Blaze-Query API of extension providers.
-
Uses of QueryContext in com.blazebit.query
Methods in com.blazebit.query that return QueryContextModifier and TypeMethodDescriptionQuerySession.getContext()
Returns theQueryContext
that created this QuerySession. -
Uses of QueryContext in com.blazebit.query.spi
Methods in com.blazebit.query.spi that return QueryContextModifier and TypeMethodDescriptionQueryContextBuilder.build()
Builds a newQueryContext
object based on the configuration provided by this builder.static QueryContext
Queries.createQueryContext()
Creates a newQueryContext
, based on default configuration.