Uses of Interface
org.miaixz.bus.pager.builder.BoundSqlBuilder.Chain
Packages that use BoundSqlBuilder.Chain
-
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_NOTHINGMethods in org.miaixz.bus.pager.builder that return BoundSqlBuilder.ChainMethods 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) boundsql 处理Constructors in org.miaixz.bus.pager.builder with parameters of type BoundSqlBuilder.ChainModifierConstructorDescriptionBoundSqlChainBuilder(BoundSqlBuilder.Chain original, List<BoundSqlBuilder> interceptors)