Uses of Interface
com.github.drinkjava2.jdbpro.SqlHandler

Packages that use SqlHandler
com.github.drinkjava2.jdbpro   
com.github.drinkjava2.jdbpro.handler   
 

Uses of SqlHandler in com.github.drinkjava2.jdbpro
 

Classes in com.github.drinkjava2.jdbpro that implement SqlHandler
 class DefaultOrderSqlHandler
          SqlHandler is the Interceptor to do some intercept operation instead of direct access database
 

Fields in com.github.drinkjava2.jdbpro declared as SqlHandler
protected static SqlHandler[] DbProConfig.globalNextSqlHandlers
           
protected  SqlHandler[] ImprovedQueryRunner.sqlHandlers
           
 

Methods in com.github.drinkjava2.jdbpro that return SqlHandler
static SqlHandler[] DbProConfig.getGlobalNextSqlHandlers()
           
 SqlHandler[] ImprovedQueryRunner.getSqlHandlers()
           
 SqlHandler[] DbProConfig.getSqlHandlers()
           
static SqlHandler[] ImprovedQueryRunner.getThreadLocalSqlHandlers()
          Get current thread's ThreadLocal SqlHandler
 

Methods in com.github.drinkjava2.jdbpro that return types with arguments of type SqlHandler
 List<SqlHandler> PreparedSQL.getSqlHandlers()
           
 

Methods in com.github.drinkjava2.jdbpro with parameters of type SqlHandler
 void PreparedSQL.addHandler(SqlHandler handler)
           
 void PreparedSQL.addSqlHandler(SqlHandler sqlHandler)
           
static void DbProConfig.setGlobalNextSqlHandlers(SqlHandler... sqlHandlers)
           
 void ImprovedQueryRunner.setSqlHandlers(SqlHandler[] sqlHandlers)
          Deprecated. 
 void DbProConfig.setSqlHandlers(SqlHandler[] sqlHandlers)
           
static void ImprovedQueryRunner.setThreadLocalSqlHandlers(SqlHandler... handlers)
          Set current thread's ThreadLocal SqlHandler
 

Method parameters in com.github.drinkjava2.jdbpro with type arguments of type SqlHandler
 void PreparedSQL.setSqlHandlers(List<SqlHandler> sqlHandlers)
           
 

Uses of SqlHandler in com.github.drinkjava2.jdbpro.handler
 

Classes in com.github.drinkjava2.jdbpro.handler that implement SqlHandler
 class PrintSqlHandler
          PaginHandler is the AroundSqlHandler used to translate SQL to paginated SQL
 class SimpleCacheHandler
          SimpleCacheHandler is a simple memory cache used to cache SQL query result .
 



Copyright © 2018. All rights reserved.