首页
技术面试题 3000
使用 MyBatis 的 mapper 接口调用时有哪些要求?
使用 MyBatis 的 mapper 接口调用时有哪些要求?
答案解析
接口方法名需与 XML 映射 id 一致,参数和返回值类型要匹配,接口需被 MyBatis 扫描管理。
返回列表
返回首页