Package org.jdbi.v3.freemarker
package org.jdbi.v3.freemarker
 freemarker provides advanced string template processing.
 Defined attributes can be accessed in the templates via standard Freemarker
 variable markers e.g. ${...}.
 Use <#include "someFile.ftl" > statements for both relative
 and absolute include statements.
 Only templates located with FreemarkerSqlLocator can have includes.
 
- 
ClassDescriptionRewrites a Freemarker template, using the attributes on the
StatementContextas template parameters.Locates SQL in.sql.ftlFreemarker files on the classpath.Configures a SQL object class or method to rewrite SQL statements using Freemarker.Configures SQL Object to locate SQL using theFreemarkerSqlLocatorclass.