@SqlQuery("foo").Iterable or array/varargs argument,
and defines a named attribute as a comma-separated list of each bound parameter name.Iterable or array/varargs argument, and defines a named attribute as a
comma-separated list of each bound parameter name.Map<String, Object> to a SQL statement.ParameterCustomizerFactory that delegates to
BindFactory.createForParameter(Annotation, Class, Method, Parameter, int, Type) passing null for Annotation parameter.Handler instance for executing the given SQL Object method.ConfigRegistry instances to satisfy the contract of a
ConfiguringAnnotation-annotated annotation.Handler to add or substitute behavior on the given SQL Object method.value() of the @SqlBatch, @SqlCall, @SqlQuery, or
@SqlUpdate annotation on the given method if declared and non-empty; empty otherwise.ParameterCustomizerFactory used to bind sql statement parameters
when parameter is not explicitly annotated.SqlLocator.handler decorators.handler factories, which produce handlers for SQL object methods.Map, or Guava's Multimap.sqlobject.config package defines configuration annotations
that modify the Jdbi configuration used as the context for executing
SqlObject methods, such as registering handled types.sqlobject.customizer package provides annotations
that customize the execution of a statement.sqlobject.locator inspects the declared SqlObject and determines
the statement text to pass off to core.locator for final
resolution of the statement text.sqlobject.statement annotations declare the type of statement
that a SqlObject method should create, such as a @SqlQuery to return rows or a
@SqlUpdate to modify rows and return the modification count.sqlobject.transaction annotations declaratively create transactions
wrapping a SqlObject method.@SqlCall annotated method.SqlStatement either for a sql object type
or for a method.FieldMapper.JoinRowMapper factory.PreparedStatement.setObject(int, Object).SqlLocator.SqlStatementCustomizerFactory to
customize sql statements via annotations.SqlStatementCustomizingAnnotation to generate
SqlStatementCustomizer instances.SqlStatement according to the value of an annotated parameter.:now or a custom named parameter with
the current DateTime as an OffsetDateTime.ClasspathSqlLocator.findSqlOnClasspath(Class, String) method.SqlParser class to parse SQL for the annotated SQL object class or method.TemplateEngine class to render SQL for the
annotated SQL object class or method.Map, or Guava's Multimap.Copyright © 2017. All rights reserved.