Package org.apache.ibatis.binding
Class MapperRegistry
java.lang.Object
org.apache.ibatis.binding.MapperRegistry
- Author:
- Clinton Begin, Eduardo Macarron, Lasse Voss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> void
void
addMappers
(String packageName) Adds the mappers.void
addMappers
(String packageName, Class<?> superType) Adds the mappers.<T> T
getMapper
(Class<T> type, SqlSession sqlSession) Collection
<Class<?>> Gets the mappers.<T> boolean