Package tk.mybatis.mapper.common.base
Interface BaseUpdateMapper<T>
- Type Parameters:
T- 不能为空
- All Superinterfaces:
UpdateByPrimaryKeyMapper<T>,UpdateByPrimaryKeySelectiveMapper<T>
- All Known Subinterfaces:
BaseMapper<T>,Mapper<T>
public interface BaseUpdateMapper<T>
extends UpdateByPrimaryKeyMapper<T>, UpdateByPrimaryKeySelectiveMapper<T>
通用Mapper接口,基础查询
- Author:
- liuzh
-
Method Summary
Methods inherited from interface tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper
updateByPrimaryKeyMethods inherited from interface tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper
updateByPrimaryKeySelective