Uses of Class
org.apache.ibatis.binding.MapperMethod
-
Packages that use MapperMethod Package Description org.apache.ibatis.binding Bings 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 MapperMethod
MapperProxy.PlainMethodInvoker. mapperMethod
Constructors in org.apache.ibatis.binding with parameters of type MapperMethod Constructor Description PlainMethodInvoker(MapperMethod mapperMethod)
-