关于Mybatis中 Mapper接口中方法重载 #995
Open
Comments
你好 可以提交一个PR么? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mapper中方法是可以重载的。 重载后的方法在MapperProxy中是两个,只是用全限定名+方法名定位到同一个MappedStatement。
The text was updated successfully, but these errors were encountered: