We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MapperMethodInvoke should be set to public, I used this interface in my custom extension for mybatis
mybatis-3/src/main/java/org/apache/ibatis/binding/MapperProxy.java
Lines 95 to 99 in 02308d3
code
public interface MapperMethodInvoker { Object invoke(Object proxy, Method method, Object[] args, SqlSession sqlSession) throws Throwable; }
The text was updated successfully, but these errors were encountered:
Set MapperMethodInvoker to public mybatis#3414
b5bfb13
dd28727
Fixed via #3415
Sorry, something went wrong.
harawata
No branches or pull requests
MapperMethodInvoke should be set to public, I used this interface in my custom extension for mybatis
mybatis-3/src/main/java/org/apache/ibatis/binding/MapperProxy.java
Lines 95 to 99 in 02308d3
code
The text was updated successfully, but these errors were encountered: