public class DefaultParamTypeResolver extends Object implements ParamTypeResolver
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,DbType> |
getParameterTypes(DbConnection connection,
QueryTemplate queryTemplate,
List<ParameterType> parameterTypes)
Resolves actual parameter types
|
public Map<Integer,DbType> getParameterTypes(DbConnection connection, QueryTemplate queryTemplate, List<ParameterType> parameterTypes)
ParamTypeResolvergetParameterTypes in interface ParamTypeResolverconnection - database connection to resolve against toqueryTemplate - query template containing UNKNOWN parameter typesparameterTypes - the parameter types bounded to the performing queryCopyright © 2024. All rights reserved.