JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Select Theme
Light
Dark
System Setting
org.jdbi.v3.freemarker
UseFreemarkerEngine
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface UseFreemarkerEngine
@Target
({
TYPE
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
UseFreemarkerEngine
Configures a SQL object class or method to rewrite SQL statements using Freemarker. Method parameters annotated with
@Define
are passed to the Freemarker as template attributes.