Uses of Interface
com.blazebit.persistence.spi.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 voidJpqlFunction. render(FunctionRenderContext context)Renders the function into the given function render context.voidJpqlMacro. render(FunctionRenderContext context)Renders the function into the given function render context.TemplateRenderer.ContextTemplateRenderer. 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.