Uses of Interface
org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer
Packages that use 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
Methods in org.jdbi.v3.sqlobject.customizer that return SqlStatementCustomizerModifier and TypeMethodDescriptiondefault SqlStatementCustomizerSqlStatementCustomizerFactory.createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)Used to create customizers for annotations on methods.default SqlStatementCustomizerSqlStatementCustomizerFactory.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
Methods in org.jdbi.v3.sqlobject.customizer.internal that return SqlStatementCustomizerModifier 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)