org.mule.module.db.internal.domain.executor
Class UpdateExecutorFactory

java.lang.Object
  extended by org.mule.module.db.internal.domain.executor.UpdateExecutorFactory
All Implemented Interfaces:
QueryExecutorFactory

public class UpdateExecutorFactory
extends Object
implements QueryExecutorFactory

Creates UpdateExecutor instances


Constructor Summary
UpdateExecutorFactory(StatementFactory statementFactory)
           
 
Method Summary
 QueryExecutor create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateExecutorFactory

public UpdateExecutorFactory(StatementFactory statementFactory)
Method Detail

create

public QueryExecutor create()
Specified by:
create in interface QueryExecutorFactory
Returns:
a non null query executor


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.