Uses of Interface
org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer
-
Packages that use SqlStatementParameterCustomizer 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 -
-
Uses of SqlStatementParameterCustomizer in org.jdbi.v3.sqlobject.customizer
Methods in org.jdbi.v3.sqlobject.customizer that return SqlStatementParameterCustomizer Modifier and Type Method Description default 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 SqlStatementParameterCustomizer Modifier and Type Method Description SqlStatementParameterCustomizerBindBeanFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerBindBeanListFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerBindFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerBindFieldsFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerBindListFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerBindMapFactory. createForParameter(Annotation a, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerBindMethodsFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerBindMethodsListFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type paramType)SqlStatementParameterCustomizerBindPojoFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerDefineFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerDefineListFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerFetchSizeFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerMaxRowsFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerQueryTimeOutFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)static SqlStatementParameterCustomizerPojoWarmingCustomizer. of(Type pojoType, SqlStatementParameterCustomizer customizer)Methods in org.jdbi.v3.sqlobject.customizer.internal with parameters of type SqlStatementParameterCustomizer Modifier and Type Method Description static SqlStatementParameterCustomizerPojoWarmingCustomizer. of(Type pojoType, SqlStatementParameterCustomizer customizer) -
Uses of SqlStatementParameterCustomizer in org.jdbi.v3.sqlobject.statement
Methods in org.jdbi.v3.sqlobject.statement that return SqlStatementParameterCustomizer Modifier and Type Method Description SqlStatementParameterCustomizerBindParameterCustomizerFactory. createForParameter(Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)SqlStatementParameterCustomizerParameterCustomizerFactory. 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 SqlStatementParameterCustomizer Modifier and Type Method Description SqlStatementParameterCustomizerMapToFactory. createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)
-