Uses of Class
org.kuali.common.jdbc.CommitMode

Packages that use CommitMode
org.kuali.common.jdbc   
org.kuali.common.jdbc.context   
 

Uses of CommitMode in org.kuali.common.jdbc
 

Methods in org.kuali.common.jdbc that return CommitMode
static CommitMode CommitMode.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static CommitMode[] CommitMode.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CommitMode in org.kuali.common.jdbc.context
 

Methods in org.kuali.common.jdbc.context that return CommitMode
 CommitMode JdbcContext.getCommitMode()
          Deprecated.  
 

Methods in org.kuali.common.jdbc.context with parameters of type CommitMode
 void JdbcContext.setCommitMode(CommitMode commitMode)
          Deprecated.  
 



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