接口 BaseUpdateMapper<T>
-
- 类型参数:
T- 不能为空
- 所有超级接口:
UpdateByPrimaryKeyMapper<T>,UpdateByPrimaryKeySelectiveMapper<T>
- 所有已知子接口:
BaseMapper<T>,Mapper<T>
public interface BaseUpdateMapper<T> extends UpdateByPrimaryKeyMapper<T>, UpdateByPrimaryKeySelectiveMapper<T>
通用Mapper接口,基础查询- 作者:
- liuzh
-
-
方法概要
-
从接口继承的方法 tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper
updateByPrimaryKey
-
从接口继承的方法 tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper
updateByPrimaryKeySelective
-
-