Uses of Package
org.jdbi.v3.sqlobject.customizer
-
Packages that use org.jdbi.v3.sqlobject.customizer Package Description org.jdbi.v3.sqlobject.customizer Thesqlobject.customizerpackage provides annotations that customize the execution of a statement.org.jdbi.v3.sqlobject.customizer.internal org.jdbi.v3.sqlobject.statement Thesqlobject.statementannotations declare the type of statement that a SqlObject method should create, such as a@SqlQueryto return rows or a@SqlUpdateto modify rows and return the modification count.org.jdbi.v3.sqlobject.statement.internal -
Classes in org.jdbi.v3.sqlobject.customizer used by org.jdbi.v3.sqlobject.customizer Class Description BindList.EmptyHandling describes what needs to be done if the passed argument is null or emptyOutParameter Declare a named out parameter on an@SqlCallannotated method.SqlStatementCustomizer Used withSqlStatementCustomizerFactoryto customize sql statements via annotations.SqlStatementCustomizerFactory Interface used in conjunction withSqlStatementCustomizingAnnotationto generateSqlStatementCustomizerinstances.SqlStatementCustomizingAnnotation Annotation used to build customizing annotations.SqlStatementParameterCustomizer Customize aSqlStatementaccording to the value of an annotated parameter.TimestampedConfig Configuration forTimestamped. -
Classes in org.jdbi.v3.sqlobject.customizer used by org.jdbi.v3.sqlobject.customizer.internal Class Description SqlStatementCustomizer Used withSqlStatementCustomizerFactoryto customize sql statements via annotations.SqlStatementCustomizerFactory Interface used in conjunction withSqlStatementCustomizingAnnotationto generateSqlStatementCustomizerinstances.SqlStatementParameterCustomizer Customize aSqlStatementaccording to the value of an annotated parameter. -
Classes in org.jdbi.v3.sqlobject.customizer used by org.jdbi.v3.sqlobject.statement Class Description SqlStatementCustomizingAnnotation Annotation used to build customizing annotations.SqlStatementParameterCustomizer Customize aSqlStatementaccording to the value of an annotated parameter. -
Classes in org.jdbi.v3.sqlobject.customizer used by org.jdbi.v3.sqlobject.statement.internal Class Description SqlStatementCustomizerFactory Interface used in conjunction withSqlStatementCustomizingAnnotationto generateSqlStatementCustomizerinstances.SqlStatementParameterCustomizer Customize aSqlStatementaccording to the value of an annotated parameter.