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.