org.mule.module.db.internal.resolver.param
Class GenericParamTypeResolverFactory
java.lang.Object
org.mule.module.db.internal.resolver.param.GenericParamTypeResolverFactory
- All Implemented Interfaces:
- ParamTypeResolverFactory
public class GenericParamTypeResolverFactory
- extends Object
- implements ParamTypeResolverFactory
Creates ParamTypeResolver for generic databases
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericParamTypeResolverFactory
public GenericParamTypeResolverFactory(DbTypeManager dbTypeManager)
create
public ParamTypeResolver create(QueryTemplate queryTemplate)
- Description copied from interface:
ParamTypeResolverFactory
- Creates a new parameter type resolver to resolve the parameter types
of a given query template.
- Specified by:
create in interface ParamTypeResolverFactory
- Parameters:
queryTemplate - query template to resolve
- Returns:
- a non null
ParamTypeResolver to resolve the given query template
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.