org.mule.module.db.internal.resolver.param
Class GenericParamTypeResolverFactory

java.lang.Object
  extended by org.mule.module.db.internal.resolver.param.GenericParamTypeResolverFactory
All Implemented Interfaces:
ParamTypeResolverFactory

public class GenericParamTypeResolverFactory
extends Object
implements ParamTypeResolverFactory

Creates ParamTypeResolver for generic databases


Constructor Summary
GenericParamTypeResolverFactory(DbTypeManager dbTypeManager)
           
 
Method Summary
 ParamTypeResolver create(QueryTemplate queryTemplate)
          Creates a new parameter type resolver to resolve the parameter types of a given query template.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericParamTypeResolverFactory

public GenericParamTypeResolverFactory(DbTypeManager dbTypeManager)
Method Detail

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.