org.mule.module.db.internal.resolver.param
Interface ParamTypeResolverFactory

All Known Implementing Classes:
GenericParamTypeResolverFactory

public interface ParamTypeResolverFactory

Creates ParamTypeResolver instances


Method Summary
 ParamTypeResolver create(QueryTemplate queryTemplate)
          Creates a new parameter type resolver to resolve the parameter types of a given query template.
 

Method Detail

create

ParamTypeResolver create(QueryTemplate queryTemplate)
Creates a new parameter type resolver to resolve the parameter types of a given query template.

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.