org.kuali.common.jdbc.model.context
Class JdbcContext

java.lang.Object
  extended by org.kuali.common.jdbc.model.context.JdbcContext

public final class JdbcContext
extends Object


Nested Class Summary
static class JdbcContext.Builder
           
 
Method Summary
 CommitMode getCommitMode()
           
 DataSource getDataSource()
           
 SqlListener getListener()
           
 com.google.common.base.Optional<String> getMessage()
           
 List<SqlSupplier> getSuppliers()
           
 int getThreads()
           
 boolean isMultithreaded()
           
 boolean isSkipSqlExecution()
           
 boolean isTrackProgressByUpdateCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSkipSqlExecution

public boolean isSkipSqlExecution()

getThreads

public int getThreads()

isMultithreaded

public boolean isMultithreaded()

getListener

public SqlListener getListener()

getCommitMode

public CommitMode getCommitMode()

getDataSource

public DataSource getDataSource()

getSuppliers

public List<SqlSupplier> getSuppliers()

getMessage

public com.google.common.base.Optional<String> getMessage()

isTrackProgressByUpdateCount

public boolean isTrackProgressByUpdateCount()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.