Package org.jdbi.v3.freemarker
Class FreemarkerSqlLocator
java.lang.Object
org.jdbi.v3.freemarker.FreemarkerSqlLocator
Locates SQL in 
.sql.ftl Freemarker files on the classpath.- 
Method Summary
Modifier and TypeMethodDescriptionstatic freemarker.template.TemplatefindTemplate(freemarker.template.Configuration config, Class<?> type, String templateName) static freemarker.template.TemplatefindTemplate(Class<?> type, String templateName) Deprecated.freemarker.template.Template 
- 
Method Details
- 
findTemplate
@Deprecated public static freemarker.template.Template findTemplate(Class<?> type, String templateName) Deprecated.this static method does not respect configuration, useFreemarkerConfig.createLocator() - 
findTemplate
 - 
locate
 
 - 
 
FreemarkerConfig.createLocator()