Uses of Class
com.ibatis.common.util.Throttle

Packages that use Throttle
com.ibatis.common.util   
com.ibatis.db.sqlmap   
 

Uses of Throttle in com.ibatis.common.util
 

Methods in com.ibatis.common.util that return Throttle
private  Throttle Throttle.getThrottle(java.lang.Object object)
           
 

Uses of Throttle in com.ibatis.db.sqlmap
 

Fields in com.ibatis.db.sqlmap declared as Throttle
private  Throttle SqlMap.executePerConnThrottle
           
private  Throttle SqlMap.executeThrottle
           
private  Throttle SqlMap.transactionThrottle