Package org.citrusframework.config.xml
Class SQLActionParser.ExecuteSQLActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<T,B>
org.citrusframework.config.xml.AbstractDatabaseConnectingTestActionFactoryBean<ExecuteSQLAction,ExecuteSQLAction.Builder>
org.citrusframework.config.xml.SQLActionParser.ExecuteSQLActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<ExecuteSQLAction>
- Enclosing class:
- SQLActionParser
public static class SQLActionParser.ExecuteSQLActionFactoryBean
extends AbstractDatabaseConnectingTestActionFactoryBean<ExecuteSQLAction,ExecuteSQLAction.Builder>
Test action factory bean.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the builder.Class<?>voidsetIgnoreErrors(boolean ignoreErrors) Ignore errors during execution.Methods inherited from class org.citrusframework.config.xml.AbstractDatabaseConnectingTestActionFactoryBean
setDataSource, setJdbcTemplate, setSqlResourcePath, setStatements, setTransactionIsolationLevel, setTransactionManager, setTransactionTimeoutMethods inherited from class org.citrusframework.config.xml.AbstractTestActionFactoryBean
setActor, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
ExecuteSQLActionFactoryBean
public ExecuteSQLActionFactoryBean()
-
-
Method Details
-
getObject
- Throws:
Exception
-
setIgnoreErrors
public void setIgnoreErrors(boolean ignoreErrors) Ignore errors during execution.- Parameters:
ignoreErrors- boolean flag to set
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<ExecuteSQLAction,ExecuteSQLAction.Builder> - Returns:
- the builder implementation.
-