public class NamePrependingTemplateEngine extends Object implements org.jdbi.v3.core.statement.TemplateEngine
TemplateEngine that prepends the SQLObject's type and method name in front of every
statement sent to the database.| Constructor and Description |
|---|
NamePrependingTemplateEngine(org.jdbi.v3.core.statement.TemplateEngine originalEngine) |
| Modifier and Type | Method and Description |
|---|---|
String |
render(String template,
org.jdbi.v3.core.statement.StatementContext ctx) |
Copyright © 2024. All rights reserved.