public class DefaultSqlStatementStrategyFactory extends Object implements SqlStatementStrategyFactory
Modifier and Type | Field and Description |
---|---|
protected CallableSqlStatementStrategy |
callableSQLStrategy |
protected SelectSqlStatementStrategy |
selectSQLStrategy |
protected SimpleUpdateSqlStatementStrategy |
simpleUpdateSQLStrategy |
Constructor and Description |
---|
DefaultSqlStatementStrategyFactory() |
protected SimpleUpdateSqlStatementStrategy simpleUpdateSQLStrategy
protected SelectSqlStatementStrategy selectSQLStrategy
protected CallableSqlStatementStrategy callableSQLStrategy
public SqlStatementStrategy create(String sql, Object payload) throws Exception
create
in interface SqlStatementStrategyFactory
Exception
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.