Uses of Interface
org.apache.ibatis.binding.MapperProxy.MapperMethodInvoker
Packages that use MapperProxy.MapperMethodInvoker
-
Uses of MapperProxy.MapperMethodInvoker in org.apache.ibatis.binding
Classes in org.apache.ibatis.binding that implement MapperProxy.MapperMethodInvokerModifier and TypeClassDescriptionprivate static class
private static class
Fields in org.apache.ibatis.binding with type parameters of type MapperProxy.MapperMethodInvokerModifier and TypeFieldDescriptionprivate final Map<Method,
MapperProxy.MapperMethodInvoker> MapperProxy.methodCache
private final Map<Method,
MapperProxy.MapperMethodInvoker> MapperProxyFactory.methodCache
Methods in org.apache.ibatis.binding that return MapperProxy.MapperMethodInvokerModifier and TypeMethodDescriptionprivate MapperProxy.MapperMethodInvoker
MapperProxy.cachedInvoker
(Method method) Methods in org.apache.ibatis.binding that return types with arguments of type MapperProxy.MapperMethodInvokerConstructor parameters in org.apache.ibatis.binding with type arguments of type MapperProxy.MapperMethodInvokerModifierConstructorDescriptionMapperProxy
(SqlSession sqlSession, Class<T> mapperInterface, Map<Method, MapperProxy.MapperMethodInvoker> methodCache)