Uses of Interface
com.blazebit.query.QuerySession
Packages that use QuerySession
Package
Description
Blaze-Query is a querying tool.
SPI for implementers of the Blaze-Query API of extension providers.
-
Uses of QuerySession in com.blazebit.query
Methods in com.blazebit.query that return QuerySessionModifier and TypeMethodDescriptiondefault QuerySession
QueryContext.createSession()
Creates a newQuerySession
with default configuration.QueryContext.createSession
(Map<String, Object> properties) Creates a newQuerySession
.Query.getSession()
Returns the associatedQuerySession
that created this Query. -
Uses of QuerySession in com.blazebit.query.spi
Methods in com.blazebit.query.spi that return QuerySessionModifier and TypeMethodDescriptionDataFetchContext.getSession()
Returns the current query session.