Package org.aoju.bus.pager.plugins
Class BoundSqlChain
java.lang.Object
org.aoju.bus.pager.plugins.BoundSqlChain
- All Implemented Interfaces:
BoundSqlHandler.Chain
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
Fields inherited from interface org.aoju.bus.pager.plugins.BoundSqlHandler.Chain
DO_NOTHING -
Constructor Summary
ConstructorsConstructorDescriptionBoundSqlChain(BoundSqlHandler.Chain original, List<BoundSqlHandler> interceptors) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ibatis.mapping.BoundSqldoBoundSql(BoundSqlHandler.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey)
-
Constructor Details
-
BoundSqlChain
-
-
Method Details
-
doBoundSql
public org.apache.ibatis.mapping.BoundSql doBoundSql(BoundSqlHandler.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey) - Specified by:
doBoundSqlin interfaceBoundSqlHandler.Chain
-