default SqlStatementParameterCustomizer |
SqlStatementCustomizerFactory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index)
Used to create customizers for annotations on parameters
|
SqlStatementParameterCustomizer |
QueryTimeOut.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index) |
SqlStatementParameterCustomizer |
MaxRows.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index) |
SqlStatementParameterCustomizer |
FetchSize.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index) |
SqlStatementParameterCustomizer |
FetchDirection.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index) |
SqlStatementParameterCustomizer |
DefineList.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index) |
SqlStatementParameterCustomizer |
Define.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index) |
SqlStatementParameterCustomizer |
BindMap.Factory.createForParameter(Annotation a,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index) |
SqlStatementParameterCustomizer |
BindList.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index) |
SqlStatementParameterCustomizer |
BindBeanList.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index) |
SqlStatementParameterCustomizer |
BindBean.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index) |
SqlStatementParameterCustomizer |
Bind.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index) |