freemarker provides advanced string template processing.See: Description
| Class | Description |
|---|---|
| FreemarkerConfig | |
| FreemarkerEngine |
Rewrites a Freemarker template, using the attributes on the
StatementContext as template parameters. |
| FreemarkerSqlLocator |
Locates SQL in
.sql.ftl Freemarker files on the classpath. |
| 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 the
FreemarkerSqlLocator class. |
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.
Copyright © 2020. All rights reserved.