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 classprivate static classFields in org.apache.ibatis.binding with type parameters of type MapperProxy.MapperMethodInvokerModifier and TypeFieldDescriptionprivate final Map<Method, MapperProxy.MapperMethodInvoker> MapperProxy.methodCacheprivate final Map<Method, MapperProxy.MapperMethodInvoker> MapperProxyFactory.methodCacheMethods in org.apache.ibatis.binding that return MapperProxy.MapperMethodInvokerModifier and TypeMethodDescriptionprivate MapperProxy.MapperMethodInvokerMapperProxy.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)