com.espertech.esperio.db.core
Class RunnableDMLContext
java.lang.Object
com.espertech.esperio.db.core.RunnableDMLContext
public class RunnableDMLContext
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunnableDMLContext
public RunnableDMLContext(java.lang.String name,
DatabaseConnectionFactory connectionFactory,
DMLStatement dmlStatement,
java.lang.Integer retry,
java.lang.Double retryWait)
getName
public java.lang.String getName()
getConnectionFactory
public DatabaseConnectionFactory getConnectionFactory()
getDmlStatement
public DMLStatement getDmlStatement()
getRetry
public java.lang.Integer getRetry()
getRetryWait
public java.lang.Double getRetryWait()