| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject.customizer |
The
sqlobject.customizer package provides annotations
that customize the execution of a statement. |
| org.jdbi.v3.sqlobject.customizer.internal | |
| 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. |
| org.jdbi.v3.sqlobject.statement.internal |
| Class and Description |
|---|
| BindList.EmptyHandling
describes what needs to be done if the passed argument is null or empty
|
| SqlStatementCustomizer
Used with
SqlStatementCustomizerFactory to
customize sql statements via annotations. |
| SqlStatementCustomizingAnnotation
Annotation used to build customizing annotations.
|
| SqlStatementParameterCustomizer
Customize a
SqlStatement according to the value of an annotated parameter. |
| TimestampedConfig
Configuration for
Timestamped. |
| Class and Description |
|---|
| SqlStatementCustomizer
Used with
SqlStatementCustomizerFactory to
customize sql statements via annotations. |
| SqlStatementCustomizerFactory
Interface used in conjunction with
SqlStatementCustomizingAnnotation to generate
SqlStatementCustomizer instances. |
| SqlStatementParameterCustomizer
Customize a
SqlStatement according to the value of an annotated parameter. |
| Class and Description |
|---|
| SqlStatementCustomizingAnnotation
Annotation used to build customizing annotations.
|
| SqlStatementParameterCustomizer
Customize a
SqlStatement according to the value of an annotated parameter. |
| Class and Description |
|---|
| SqlStatementCustomizerFactory
Interface used in conjunction with
SqlStatementCustomizingAnnotation to generate
SqlStatementCustomizer instances. |
| SqlStatementParameterCustomizer
Customize a
SqlStatement according to the value of an annotated parameter. |
Copyright © 2019. All rights reserved.