Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于Mybatis中 Mapper接口中方法重载 #995

Open
mengxiangcxy opened this issue Nov 22, 2020 · 1 comment
Open

关于Mybatis中 Mapper接口中方法重载 #995

mengxiangcxy opened this issue Nov 22, 2020 · 1 comment

Comments

@mengxiangcxy
Copy link

@mengxiangcxy mengxiangcxy commented Nov 22, 2020

Mapper中方法是可以重载的。 重载后的方法在MapperProxy中是两个,只是用全限定名+方法名定位到同一个MappedStatement。

@Snailclimb
Copy link
Owner

@Snailclimb Snailclimb commented Dec 15, 2020

Mapper中方法是可以重载的。 重载后的方法在MapperProxy中是两个,只是用全限定名+方法名定位到同一个MappedStatement。

你好 可以提交一个PR么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants