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.
-
Class Summary Class Description FreemarkerConfig FreemarkerEngine Rewrites a Freemarker template, using the attributes on theStatementContextas template parameters.FreemarkerSqlLocator Locates SQL in.sql.ftlFreemarker files on the classpath. -
Annotation Types Summary Annotation Type Description UseFreemarkerEngine Configures a SQL object class or method to rewrite SQL statements using Freemarker.UseFreemarkerSqlLocator Configures SQL Object to locate SQL using theFreemarkerSqlLocatorclass.