| Package | Description |
|---|---|
| org.jdbi.v3.core.config |
The
config classes define a configuration registry starting from
each Jdbi instance. |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Method and Description |
|---|---|
default This |
Configurable.setTemplateEngine(TemplateEngine templateEngine)
Convenience method for
getConfig(SqlStatements.class).setTemplateEngine(rewriter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefinedAttributeTemplateEngine
Template engine which replaces angle-bracketed tokens like
<name> with the string value of the named attribute. |
| Modifier and Type | Field and Description |
|---|---|
static TemplateEngine |
TemplateEngine.NOP
Convenience constant that returns the input template.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateEngine |
SqlStatements.getTemplateEngine() |
| Modifier and Type | Method and Description |
|---|---|
SqlStatements |
SqlStatements.setTemplateEngine(TemplateEngine templateEngine)
Sets the
TemplateEngine used to render SQL for all
SQL statements executed by Jdbi. |
Copyright © 2019. All rights reserved.