Uses of Class
com.blazebit.persistence.spi.TemplateRenderer.Context
-
Packages that use TemplateRenderer.Context Package Description com.blazebit.persistence.spi SPI for implementers of the Blaze-Persistence API. -
-
Uses of TemplateRenderer.Context in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return TemplateRenderer.Context Modifier and Type Method Description TemplateRenderer.ContextTemplateRenderer.Context. addArgument(int index)Uses the value of the argument at the given index as value to be bound to the current parameter.TemplateRenderer.ContextTemplateRenderer.Context. addParameter(String chunk)Uses the given chunk as value to be bound to the current parameter.TemplateRenderer.ContextTemplateRenderer. start(FunctionRenderContext context)Starts a new context for the given FunctionRenderContext for building parameter bindings.
-