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