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

Packages that use SqlSupplier
org.kuali.common.jdbc.model   
org.kuali.common.jdbc.model.context   
org.kuali.common.jdbc.service   
org.kuali.common.jdbc.suppliers   
 

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

Fields in org.kuali.common.jdbc.model with type parameters of type SqlSupplier
static List<SqlSupplier> SqlBucket.DEFAULT_SUPPLIERS
           
 

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

Constructor parameters in org.kuali.common.jdbc.model with type arguments of type SqlSupplier
SqlBucket(long count, long size, List<SqlSupplier> suppliers)
           
 

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

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

Constructors in org.kuali.common.jdbc.model.context with parameters of type SqlSupplier
JdbcContext.Builder(DataSource dataSource, SqlSupplier supplier)
           
 

Constructor parameters in org.kuali.common.jdbc.model.context with type arguments of type SqlSupplier
JdbcContext.Builder(DataSource dataSource, List<SqlSupplier> suppliers)
           
 

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

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

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

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

Methods in org.kuali.common.jdbc.suppliers that return SqlSupplier
 SqlSupplier LocationSupplierFactory.getSupplier(String location)
           
 SqlSupplier ResourcesSupplierFactory.getSupplier(String location)
           
 SqlSupplier SqlSupplierFactory.getSupplier(String location)
           
 

Methods in org.kuali.common.jdbc.suppliers that return types with arguments of type SqlSupplier
 List<SqlSupplier> ResourcesSupplierFactory.getSuppliers(List<String> resourceLocations)
           
 List<SqlSupplier> ResourcesSupplierFactory.getSuppliers(String resourcesLocation)
           
 

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



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