Uses of Interface
org.miaixz.bus.pager.builder.BoundSqlBuilder
Packages that use BoundSqlBuilder
Package
Description
Provides core classes for MyBatis pagination plugin.
-
Uses of BoundSqlBuilder in org.miaixz.bus.pager
Methods in org.miaixz.bus.pager that return BoundSqlBuilderModifier and TypeMethodDescriptionPage.getBoundSqlInterceptor()Retrieves the BoundSql interceptor.Methods in org.miaixz.bus.pager with parameters of type BoundSqlBuilderModifier and TypeMethodDescriptionPage.boundSqlInterceptor(BoundSqlBuilder boundSqlHandler) Sets the BoundSql interceptor.voidPage.setBoundSqlInterceptor(BoundSqlBuilder boundSqlHandler) Sets the BoundSql interceptor. -
Uses of BoundSqlBuilder in org.miaixz.bus.pager.builder
Constructor parameters in org.miaixz.bus.pager.builder with type arguments of type BoundSqlBuilderModifierConstructorDescriptionBoundSqlChainBuilder(BoundSqlBuilder.Chain original, List<BoundSqlBuilder> interceptors) Constructs a BoundSqlChainBuilder with an original chain and a list of interceptors.