| Package | Description |
|---|---|
| com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
| Modifier and Type | Method | Description |
|---|---|---|
TemplateRenderer.Context |
TemplateRenderer.Context.addArgument(int index) |
Uses the value of the argument at the given index as value to be bound to the current parameter.
|
TemplateRenderer.Context |
TemplateRenderer.Context.addParameter(String chunk) |
Uses the given chunk as value to be bound to the current parameter.
|
TemplateRenderer.Context |
TemplateRenderer.start(FunctionRenderContext context) |
Starts a new context for the given FunctionRenderContext for building parameter bindings.
|
Copyright © 2014–2020 Blazebit. All rights reserved.