Uses of Interface
org.miaixz.bus.mapper.handler.MapperHandler
Packages that use MapperHandler
-
Uses of MapperHandler in org.miaixz.bus.mapper.handler
Methods in org.miaixz.bus.mapper.handler that return types with arguments of type MapperHandlerMethods in org.miaixz.bus.mapper.handler with parameters of type MapperHandlerModifier and TypeMethodDescriptionvoidMybatisInterceptor.addHandler(MapperHandler handler) 添加自定义处理器Method parameters in org.miaixz.bus.mapper.handler with type arguments of type MapperHandlerModifier and TypeMethodDescriptionvoidMybatisInterceptor.setHandlers(List<MapperHandler> handlers) 设置处理器列表(兼容旧版本 MybatisPluginBuilder)