Package org.jdbi.v3.stringtemplate4
stringtemplate4 provides advanced string template processing
that Jdbi can drive with the statement's bound parameters
and context to drive statement generation that may need to bind
variable number of parameters or other advanced use cases.
-
Class Summary Class Description StringTemplateEngine Rewrites a StringTemplate template, using the attributes on theStatementContextas template parameters.StringTemplateEngine.ErrorListener StringTemplates Configuration options forStringTemplateEngine.StringTemplateSqlLocator Locates SQL in.sql.stgStringTemplate group files on the classpath. -
Annotation Types Summary Annotation Type Description UseStringTemplateEngine Configures a SQL object class or method to rewrite SQL statements using StringTemplate.UseStringTemplateSqlLocator Configures SQL Object to locate SQL using theStringTemplateSqlLocator.findStringTemplate(Class, String)method.