JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
org.jdbi.v3.stringtemplate4
UseStringTemplateEngine
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Type UseStringTemplateEngine
@Target
({
TYPE
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
UseStringTemplateEngine
Configures a SQL object class or method to rewrite SQL statements using StringTemplate. Method parameters annotated with
@Define
are passed to the StringTemplate as template attributes.