类 MybatisMapperRegistry
java.lang.Object
org.apache.ibatis.binding.MapperRegistry
com.baomidou.mybatisplus.core.MybatisMapperRegistry
public class MybatisMapperRegistry
extends org.apache.ibatis.binding.MapperRegistry
继承至MapperRegistry
- 从以下版本开始:
- 2017-04-19
- 作者:
- Caratacus hubin
-
构造器概要
构造器 构造器 说明 MybatisMapperRegistry(org.apache.ibatis.session.Configuration config) -
方法概要
修饰符和类型 方法 说明 <T> voidaddMapper(Class<T> type)<T> TgetMapper(Class<T> type, org.apache.ibatis.session.SqlSession sqlSession)Collection<Class<?>>getMappers()使用自己的 knownMappers<T> booleanhasMapper(Class<T> type)从类继承的方法 org.apache.ibatis.binding.MapperRegistry
addMappers, addMappers
-
构造器详细资料
-
MybatisMapperRegistry
public MybatisMapperRegistry(org.apache.ibatis.session.Configuration config)
-
-
方法详细资料
-
getMapper
- 覆盖:
getMapper在类中org.apache.ibatis.binding.MapperRegistry
-
hasMapper
- 覆盖:
hasMapper在类中org.apache.ibatis.binding.MapperRegistry
-
addMapper
- 覆盖:
addMapper在类中org.apache.ibatis.binding.MapperRegistry
-
getMappers
使用自己的 knownMappers- 覆盖:
getMappers在类中org.apache.ibatis.binding.MapperRegistry
-