| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| org.jdbi.v3.sqlobject.statement |
The
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. |
| Modifier and Type | Method and Description |
|---|---|
ParameterCustomizerFactory |
SqlObjects.getDefaultParameterCustomizerFactory()
Returns the configured
ParameterCustomizerFactory used to bind sql statement parameters
when parameter is not explicitly annotated. |
| Modifier and Type | Method and Description |
|---|---|
SqlObjects |
SqlObjects.setDefaultParameterCustomizerFactory(ParameterCustomizerFactory defaultParameterCustomizerFactory)
Configures SqlObject to use the given default parameter customizer factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindParameterCustomizerFactory
Standard implementation of
ParameterCustomizerFactory that delegates to
BindFactory.createForParameter(Annotation, Class, Method, Parameter, int, Type) passing null for Annotation parameter. |
Copyright © 2020. All rights reserved.