| Package | Description |
|---|---|
| org.apache.ibatis.binding |
Bings mapper interfaces with mapped statements
|
| Modifier and Type | Method and Description |
|---|---|
Map<Method,MapperMethod> |
MapperProxyFactory.getMethodCache() |
| Constructor and Description |
|---|
MapperProxy(SqlSession sqlSession,
Class<T> mapperInterface,
Map<Method,MapperMethod> methodCache) |
Copyright © 2010–2015 MyBatis.org. All rights reserved.