Uses of Interface
org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer
Packages that use SqlStatementParameterCustomizer
Package
Description
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.-
Uses of SqlStatementParameterCustomizer in org.jdbi.v3.sqlobject.customizer
Methods in org.jdbi.v3.sqlobject.customizer that return SqlStatementParameterCustomizerModifier and TypeMethodDescriptiondefault SqlStatementParameterCustomizerSqlStatementCustomizerFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type paramType)Used to create customizers for annotations on parameters -
Uses of SqlStatementParameterCustomizer in org.jdbi.v3.sqlobject.customizer.internal
Methods in org.jdbi.v3.sqlobject.customizer.internal that return SqlStatementParameterCustomizerModifier and TypeMethodDescriptionBindBeanFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)BindBeanListFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)BindFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)BindFieldsFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)BindListFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)BindMapFactory.createForParameter(Annotation a, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)BindMethodsFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)BindMethodsListFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type paramType)BindPojoFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)DefineFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)DefineListFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)FetchSizeFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)MaxRowsFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)QueryTimeOutFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)PojoWarmingCustomizer.of(Type pojoType, SqlStatementParameterCustomizer customizer)Methods in org.jdbi.v3.sqlobject.customizer.internal with parameters of type SqlStatementParameterCustomizerModifier and TypeMethodDescriptionPojoWarmingCustomizer.of(Type pojoType, SqlStatementParameterCustomizer customizer) -
Uses of SqlStatementParameterCustomizer in org.jdbi.v3.sqlobject.statement
Methods in org.jdbi.v3.sqlobject.statement that return SqlStatementParameterCustomizerModifier and TypeMethodDescriptionBindParameterCustomizerFactory.createForParameter(Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)ParameterCustomizerFactory.createForParameter(Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)Creates parameter customizer used to bind sql statement parameters when parameter is not explicitly annotated -
Uses of SqlStatementParameterCustomizer in org.jdbi.v3.sqlobject.statement.internal
Methods in org.jdbi.v3.sqlobject.statement.internal that return SqlStatementParameterCustomizerModifier and TypeMethodDescriptionMapToFactory.createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)