Uses of Class
org.apache.ibatis.binding.MapperMethod
-
Packages that use MapperMethod Package Description org.apache.ibatis.binding Binds mapper interfaces with mapped statements. -
-
Uses of MapperMethod in org.apache.ibatis.binding
Fields in org.apache.ibatis.binding declared as MapperMethod Modifier and Type Field Description private MapperMethodMapperProxy.PlainMethodInvoker. mapperMethodConstructors in org.apache.ibatis.binding with parameters of type MapperMethod Constructor Description PlainMethodInvoker(MapperMethod mapperMethod)
-