Package org.jdbi.v3.commonstext
package org.jdbi.v3.commonstext
A template engine implementation using Apache Commons Text
StringSubstitutor. This allows
configurable variable delimiters in SQL templates, such as
${foo}, <foo>, or %foo%.
-
ClassDescriptionRegister an instance of this class (
SqlStatements.setTemplateEngine(TemplateEngine)) to use an Apache Commons TextStringSubstitutoras aTemplateEngine.