Uses of Interface
org.miaixz.bus.pager.plugin.BoundSqlHandler
Packages that use BoundSqlHandler
-
Uses of BoundSqlHandler in org.miaixz.bus.pager
Methods in org.miaixz.bus.pager that return BoundSqlHandlerMethods in org.miaixz.bus.pager with parameters of type BoundSqlHandlerModifier and TypeMethodDescriptionPage.boundSqlInterceptor(BoundSqlHandler boundSqlHandler) 设置 BoundSql 拦截器voidPage.setBoundSqlInterceptor(BoundSqlHandler boundSqlHandler) -
Uses of BoundSqlHandler in org.miaixz.bus.pager.plugin
Constructor parameters in org.miaixz.bus.pager.plugin with type arguments of type BoundSqlHandlerModifierConstructorDescriptionBoundSqlChain(BoundSqlHandler.Chain original, List<BoundSqlHandler> interceptors)