public class ParameterizedQueryTemplateFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<QueryTemplate>
QueryTemplate for parameterized queries| Constructor and Description |
|---|
ParameterizedQueryTemplateFactoryBean(String sqlText,
List<QueryParam> queryParams,
QueryTemplateParser queryParser) |
public ParameterizedQueryTemplateFactoryBean(String sqlText, List<QueryParam> queryParams, QueryTemplateParser queryParser)
public QueryTemplate getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<QueryTemplate>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<QueryTemplate>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<QueryTemplate>Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.