Package org.jdbi.v3.stringtemplate4
package org.jdbi.v3.stringtemplate4
 stringtemplate4 provides advanced string template processing
 that Jdbi can drive with the statement's bound parameters
 and context to drive statement generation that may need to bind
 variable number of parameters or other advanced use cases.
 
- 
ClassDescriptionRewrites a StringTemplate template, using the attributes on the
StatementContextas template parameters.Configuration options forStringTemplateEngine.Locates SQL in.sql.stgStringTemplate group files on the classpath.Configures a SQL object class or method to rewrite SQL statements using StringTemplate.Configures SQL Object to locate SQL using theStringTemplateSqlLocator.findStringTemplate(Class, String)method.