Uses of Class
io.mybatis.activerecord.spring.MapperProvider
-
Packages that use MapperProvider Package Description io.mybatis.activerecord.spring io.mybatis.activerecord.spring.boot.autoconfigure -
-
Uses of MapperProvider in io.mybatis.activerecord.spring
Methods in io.mybatis.activerecord.spring that return MapperProvider Modifier and Type Method Description static <T,I extends Serializable,M extends BaseMapper<T,I>>
MapperProvider<T,I,M>MapperProvider. getDefaultInstance()获取默认实例static <T,I extends Serializable,M extends BaseMapper<T,I>>
MapperProvider<T,I,M>MapperProvider. getInstance(String instanceName)获取指定的实例 -
Uses of MapperProvider in io.mybatis.activerecord.spring.boot.autoconfigure
Methods in io.mybatis.activerecord.spring.boot.autoconfigure that return MapperProvider Modifier and Type Method Description MapperProviderMapperProviderAutoConfiguration. springMapperRegistry(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)当前没有自定义的 Mapper 提供者时,提供一个默认的Constructors in io.mybatis.activerecord.spring.boot.autoconfigure with parameters of type MapperProvider Constructor Description AutoRegisterConfiguration(MapperProvider mapperProvider)
-