Skip to content

MapperMethodInvoker should be set to public #3414

@brucelwl

Description

@brucelwl

MapperMethodInvoke should be set to public, I used this interface in my custom extension for mybatis

interface MapperMethodInvoker {
Object invoke(Object proxy, Method method, Object[] args, SqlSession sqlSession) throws Throwable;
}

code

public interface MapperMethodInvoker { 
   Object invoke(Object proxy, Method method, Object[] args, SqlSession sqlSession) throws Throwable; 
 } 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions