Uses of Package
org.jdbi.v3.sqlobject.customizer
Package
Description
The
jpa
plugin provides minimal support for discovering JPA
annotations like Column
.
The
sqlobject.customizer
package provides annotations
that customize the execution of a 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.-
ClassDescriptionAnnotation used to build customizing annotations.
-
ClassDescriptionInterface used in conjunction with
SqlStatementCustomizingAnnotation
to generateSqlStatementCustomizer
instances.Customize aSqlStatement
according to the value of an annotated parameter. -
ClassDescriptiondescribes what needs to be done if the passed argument is null or emptyUsed with
SqlStatementCustomizerFactory
to customize sql statements via annotations.Annotation used to build customizing annotations.Customize aSqlStatement
according to the value of an annotated parameter.Configuration forTimestamped
. -
ClassDescriptionUsed with
SqlStatementCustomizerFactory
to customize sql statements via annotations.Interface used in conjunction withSqlStatementCustomizingAnnotation
to generateSqlStatementCustomizer
instances.Customize aSqlStatement
according to the value of an annotated parameter. -
ClassDescriptionAnnotation used to build customizing annotations.Customize a
SqlStatement
according to the value of an annotated parameter. -
ClassDescriptionInterface used in conjunction with
SqlStatementCustomizingAnnotation
to generateSqlStatementCustomizer
instances.Customize aSqlStatement
according to the value of an annotated parameter.