Uses of Interface
org.miaixz.bus.pager.builder.BoundSqlBuilder.Chain
Packages that use BoundSqlBuilder.Chain
Package
Description
Provides core classes for MyBatis pagination plugin.
-
Uses of BoundSqlBuilder.Chain in org.miaixz.bus.pager
Classes in org.miaixz.bus.pager that implement BoundSqlBuilder.Chain -
Uses of BoundSqlBuilder.Chain in org.miaixz.bus.pager.builder
Classes in org.miaixz.bus.pager.builder that implement BoundSqlBuilder.ChainFields in org.miaixz.bus.pager.builder declared as BoundSqlBuilder.ChainModifier and TypeFieldDescriptionstatic final BoundSqlBuilder.ChainBoundSqlBuilder.Chain.DO_NOTHINGA default chain implementation that performs no operation and simply returns the original BoundSql.Methods in org.miaixz.bus.pager.builder that return BoundSqlBuilder.ChainModifier and TypeMethodDescriptionPageBoundSqlBuilder.getChain()Retrieves the configuredBoundSqlBuilder.Chain.Methods in org.miaixz.bus.pager.builder with parameters of type BoundSqlBuilder.ChainModifier and TypeMethodDescriptionorg.apache.ibatis.mapping.BoundSqlBoundSqlBuilder.boundSql(BoundSqlBuilder.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey, BoundSqlBuilder.Chain chain) Processes theBoundSqlfor a specific type of SQL operation.Constructors in org.miaixz.bus.pager.builder with parameters of type BoundSqlBuilder.ChainModifierConstructorDescriptionBoundSqlChainBuilder(BoundSqlBuilder.Chain original, List<BoundSqlBuilder> interceptors) Constructs a BoundSqlChainBuilder with an original chain and a list of interceptors.