JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.jdbi.v3.freemarker
Annotation Type 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.