| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject.config | |
| org.jdbi.v3.sqlobject.locator |
| Modifier and Type | Class and Description |
|---|---|
interface |
KeyColumn
Configures the column to use for map keys, for SQL methods that return
Map, or Guava's Multimap. |
interface |
RegisterArgumentFactory
Used to register an argument factory with either a sql object type or for a specific method.
|
interface |
RegisterBeanMapper |
interface |
RegisterCollectorFactory
Used to register container mappers on the current
Query
either for a sql object type or for a method. |
interface |
RegisterColumnMapper
Used to register a column mapper with either a sql object type or for a specific method.
|
interface |
RegisterColumnMapperFactory
Used to register a column mapper with either a sql object type or for a specific method.
|
interface |
RegisterConstructorMapper
Used to register a constructor mapper factory for the only constructor of a type.
|
interface |
RegisterFieldMapper |
interface |
RegisterJoinRowMapper
Used to register a
JoinRowMapper factory. |
interface |
RegisterObjectArgumentFactory
Used to register argument factories for types which are compatible with
PreparedStatement.setObject(int, Object). |
interface |
RegisterRowMapper
Used to register a row mapper with either a sql object type or for a specific method.
|
interface |
RegisterRowMapperFactory
Used to register a row mapper factory with either a sql object type or for a specific method.
|
interface |
UseStatementRewriter
Use the specified
StatementRewriter class to rewrite SQL for the annotated SQL object class or method. |
interface |
ValueColumn
Configures the column to use for map values, for SQL methods that return
Map, or Guava's Multimap. |
| Modifier and Type | Class and Description |
|---|---|
interface |
UseAnnotationSqlLocator
Configures SQL Object to use AnnotationSqlLocator (the default SqlLocator).
|
interface |
UseClasspathSqlLocator
Configures SQL Object to locate SQL using the
ClasspathSqlLocator.findSqlOnClasspath(Class, String) method. |
Copyright © 2017. All rights reserved.