Uses of Interface
com.blazebit.persistence.spi.FunctionRenderContext
-
Packages that use FunctionRenderContext Package Description com.blazebit.persistence.spi SPI for implementers of the Blaze-Persistence API. -
-
Uses of FunctionRenderContext in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi with parameters of type FunctionRenderContext Modifier and Type Method Description void
JpqlFunction. render(FunctionRenderContext context)
Renders the function into the given function render context.void
JpqlMacro. render(FunctionRenderContext context)
Renders the function into the given function render context.TemplateRenderer.Context
TemplateRenderer. start(FunctionRenderContext context)
Starts a new context for the given FunctionRenderContext for building parameter bindings.Constructors in com.blazebit.persistence.spi with parameters of type FunctionRenderContext Constructor Description Context(TemplateRenderer template, FunctionRenderContext context)
Constructs a context for a template renderer and a render context.
-