Uses of Interface
org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer
Package
Description
The
sqlobject.customizer
package provides annotations
that customize the execution of a statement.-
Uses of SqlStatementCustomizer in org.jdbi.v3.sqlobject.customizer
Modifier and TypeMethodDescriptiondefault SqlStatementCustomizer
SqlStatementCustomizerFactory.createForMethod
(Annotation annotation, Class<?> sqlObjectType, Method method) Used to create customizers for annotations on methods.default SqlStatementCustomizer
SqlStatementCustomizerFactory.createForType
(Annotation annotation, Class<?> sqlObjectType) Used to create customizers for annotations on sql object interfaces