Uses of Interface
com.blazebit.persistence.spi.FunctionRenderContext
Packages that use FunctionRenderContext
-
Uses of FunctionRenderContext in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi with parameters of type FunctionRenderContextModifier and TypeMethodDescriptionvoidJpqlFunction.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.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 FunctionRenderContextModifierConstructorDescriptionContext(TemplateRenderer template, FunctionRenderContext context) Constructs a context for a template renderer and a render context.