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 -
Uses of SqlStatementCustomizer in org.jdbi.v3.sqlobject.customizer.internal
Modifier and TypeMethodDescriptionAllowUnusedBindingsFactory.createForMethod
(Annotation annotation, Class<?> sqlObjectType, Method method) DefineNamedBindingsFactory.createForMethod
(Annotation annotation, Class<?> sqlObjectType, Method method) FetchSizeFactory.createForMethod
(Annotation annotation, Class<?> sqlObjectType, Method method) MaxRowsFactory.createForMethod
(Annotation annotation, Class<?> sqlObjectType, Method method) OutParameterFactory.createForMethod
(Annotation annotation, Class<?> sqlObjectType, Method method) OutParameterListFactory.createForMethod
(Annotation annotation, Class<?> sqlObjectType, Method method) QueryTimeOutFactory.createForMethod
(Annotation annotation, Class<?> sqlObjectType, Method method) TimestampedFactory.createForMethod
(Annotation annotation, Class<?> sqlObjectType, Method method) AllowUnusedBindingsFactory.createForType
(Annotation annotation, Class<?> sqlObjectType) DefineNamedBindingsFactory.createForType
(Annotation annotation, Class<?> sqlObjectType) FetchSizeFactory.createForType
(Annotation annotation, Class<?> sqlObjectType) QueryTimeOutFactory.createForType
(Annotation annotation, Class<?> sqlObjectType)