| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject.customizers | |
| org.jdbi.v3.sqlobject.locator |
| Modifier and Type | Class and Description |
|---|---|
interface |
OverrideStatementRewriterWith
Use this to override the statement rewriter on a sql object, May be specified on either the interface
or method level.
|
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.
|
| 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 © 2016. All rights reserved.