接口 BaseSelectMapper<T>
-
- 类型参数:
T- 不能为空
- 所有超级接口:
ExistsWithPrimaryKeyMapper<T>,SelectAllMapper<T>,SelectByPrimaryKeyMapper<T>,SelectCountMapper<T>,SelectMapper<T>,SelectOneMapper<T>
- 所有已知子接口:
BaseMapper<T>,Mapper<T>
public interface BaseSelectMapper<T> extends SelectOneMapper<T>, SelectMapper<T>, SelectAllMapper<T>, SelectCountMapper<T>, SelectByPrimaryKeyMapper<T>, ExistsWithPrimaryKeyMapper<T>
通用Mapper接口,基础查询- 作者:
- liuzh
-
-
方法概要
-
从接口继承的方法 tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper
existsWithPrimaryKey
-
从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectAllMapper
selectAll
-
从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper
selectByPrimaryKey
-
从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectCountMapper
selectCount
-
从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectMapper
select
-
从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectOneMapper
selectOne
-
-