Package tk.mybatis.mapper.common.base
Interface BaseSelectMapper<T>
- Type Parameters:
T- 不能为空
- All Superinterfaces:
ExistsWithPrimaryKeyMapper<T>,SelectAllMapper<T>,SelectByPrimaryKeyMapper<T>,SelectCountMapper<T>,SelectMapper<T>,SelectOneMapper<T>
- All Known Subinterfaces:
BaseMapper<T>,Mapper<T>
public interface BaseSelectMapper<T>
extends SelectOneMapper<T>, SelectMapper<T>, SelectAllMapper<T>, SelectCountMapper<T>, SelectByPrimaryKeyMapper<T>, ExistsWithPrimaryKeyMapper<T>
通用Mapper接口,基础查询
- Author:
- liuzh
-
Method Summary
Methods inherited from interface tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper
existsWithPrimaryKeyMethods inherited from interface tk.mybatis.mapper.common.base.select.SelectAllMapper
selectAllMethods inherited from interface tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper
selectByPrimaryKeyMethods inherited from interface tk.mybatis.mapper.common.base.select.SelectCountMapper
selectCountMethods inherited from interface tk.mybatis.mapper.common.base.select.SelectMapper
selectMethods inherited from interface tk.mybatis.mapper.common.base.select.SelectOneMapper
selectOne