Uses of Interface
org.kuali.common.jdbc.supplier.SqlSupplier

Packages that use SqlSupplier
org.kuali.common.jdbc   
org.kuali.common.jdbc.context   
org.kuali.common.jdbc.spring   
org.kuali.common.jdbc.supplier   
org.kuali.common.jdbc.threads   
 

Uses of SqlSupplier in org.kuali.common.jdbc
 

Methods in org.kuali.common.jdbc with parameters of type SqlSupplier
protected  ExecutionStats DefaultJdbcService.excecuteSupplier(Statement statement, JdbcContext context, SqlSupplier supplier)
          Deprecated.  
 

Method parameters in org.kuali.common.jdbc with type arguments of type SqlSupplier
static long JdbcUtils.getSqlCount(List<SqlSupplier> suppliers)
          Deprecated. Return a count of the total number of SQL statements contained in suppliers.
static long JdbcUtils.getSqlSize(List<SqlSupplier> suppliers)
          Deprecated. Return the total size of the SQL statements contained in suppliers.
 

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

Methods in org.kuali.common.jdbc.context that return types with arguments of type SqlSupplier
 List<SqlSupplier> JdbcContext.getSuppliers()
          Deprecated.  
 

Method parameters in org.kuali.common.jdbc.context with type arguments of type SqlSupplier
 void JdbcContext.setSuppliers(List<SqlSupplier> suppliers)
          Deprecated.  
 

Uses of SqlSupplier in org.kuali.common.jdbc.spring
 

Methods in org.kuali.common.jdbc.spring that return SqlSupplier
protected  SqlSupplier AbstractSqlDbaConfig.getSqlSupplier()
          Deprecated.  
 

Methods in org.kuali.common.jdbc.spring that return types with arguments of type SqlSupplier
 List<SqlSupplier> JdbcCommonConfig.getSqlSuppliers(String propertyKey)
          Deprecated.  
 

Uses of SqlSupplier in org.kuali.common.jdbc.supplier
 

Subinterfaces of SqlSupplier in org.kuali.common.jdbc.supplier
 interface LocationSupplier
          Deprecated.  
 

Classes in org.kuali.common.jdbc.supplier that implement SqlSupplier
 class AbstractSupplier
          Deprecated.  
 class ComplexStringSupplier
          Deprecated.  
 class SimpleStringSupplier
          Deprecated.  
 class SqlLocationSupplier
          Deprecated.  
 

Methods in org.kuali.common.jdbc.supplier with parameters of type SqlSupplier
 int AbstractSupplier.compareTo(SqlSupplier other)
          Deprecated.  
 

Uses of SqlSupplier in org.kuali.common.jdbc.threads
 

Methods in org.kuali.common.jdbc.threads that return types with arguments of type SqlSupplier
 List<SqlSupplier> SqlBucket.getSuppliers()
          Deprecated.  
 

Method parameters in org.kuali.common.jdbc.threads with type arguments of type SqlSupplier
 void SqlBucket.setSuppliers(List<SqlSupplier> suppliers)
          Deprecated.  
 



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