| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject.customizer | |
| org.jdbi.v3.sqlobject.statement | |
| org.jdbi.v3.sqlobject.transaction |
| Modifier and Type | Method and Description |
|---|---|
SqlStatementParameterCustomizer |
FetchDirection.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
SqlStatementParameterCustomizer |
DefineList.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
SqlStatementParameterCustomizer |
BindBean.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
SqlStatementParameterCustomizer |
QueryTimeOut.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
SqlStatementParameterCustomizer |
BindList.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
SqlStatementParameterCustomizer |
Define.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
SqlStatementParameterCustomizer |
BindBeanList.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
SqlStatementParameterCustomizer |
BindMap.Factory.createForParameter(Annotation a,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
SqlStatementParameterCustomizer |
FetchSize.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
SqlStatementParameterCustomizer |
Bind.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
SqlStatementParameterCustomizer |
MaxRows.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
default SqlStatementParameterCustomizer |
SqlStatementCustomizerFactory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type paramType)
Used to create customizers for annotations on parameters
|
| Modifier and Type | Method and Description |
|---|---|
SqlStatementParameterCustomizer |
MapTo.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
SqlStatementParameterCustomizer |
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
|
SqlStatementParameterCustomizer |
BindParameterCustomizerFactory.createForParameter(Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
SqlStatementParameterCustomizer |
TransactionIsolation.Factory.createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type) |
Copyright © 2017. All rights reserved.