如何使用MyBatis的@SelectProvider注解进行复杂SQL查询?
- 内容介绍
- 文章标签
- 相关推荐
本文共计1174个文字,预计阅读时间需要5分钟。
01、前言:为什么要写这篇文章,因为在我看到`MapperAnnotationBuilder`构造方法初始化时,发现了四个未见过的新注解:`@MapperAnnotationBuilder`、`public MapperAnnotationBuilder(Configuration configuration, Class type) {...}sqlAnnotationTypes`。
本文共计1174个文字,预计阅读时间需要5分钟。
01、前言:为什么要写这篇文章,因为在我看到`MapperAnnotationBuilder`构造方法初始化时,发现了四个未见过的新注解:`@MapperAnnotationBuilder`、`public MapperAnnotationBuilder(Configuration configuration, Class type) {...}sqlAnnotationTypes`。

