摘要: 前言 MyBatis的Executor.query方法是SQL查询操作的核心入口点,通过拦截此方法可以实现各种强大的扩展功能。 @Intercepts({ @Signature( type = Executor.class, method = "query", args = {MappedState 阅读全文
posted @ 2025-08-18 08:35 南翔技校毕业后 阅读(50) 评论(0) 推荐(0)