接口 ExampleMapper<T>
-
- 类型参数:
T- 不能为空
- 所有超级接口:
DeleteByExampleMapper<T>,SelectByExampleMapper<T>,SelectCountByExampleMapper<T>,SelectOneByExampleMapper<T>,UpdateByExampleMapper<T>,UpdateByExampleSelectiveMapper<T>
- 所有已知子接口:
Mapper<T>
public interface ExampleMapper<T> extends SelectByExampleMapper<T>, SelectOneByExampleMapper<T>, SelectCountByExampleMapper<T>, DeleteByExampleMapper<T>, UpdateByExampleMapper<T>, UpdateByExampleSelectiveMapper<T>
通用Mapper接口,Example查询- 作者:
- liuzh
-
-
方法概要
-
从接口继承的方法 tk.mybatis.mapper.common.example.DeleteByExampleMapper
deleteByExample
-
从接口继承的方法 tk.mybatis.mapper.common.example.SelectByExampleMapper
selectByExample
-
从接口继承的方法 tk.mybatis.mapper.common.example.SelectCountByExampleMapper
selectCountByExample
-
从接口继承的方法 tk.mybatis.mapper.common.example.SelectOneByExampleMapper
selectOneByExample
-
从接口继承的方法 tk.mybatis.mapper.common.example.UpdateByExampleMapper
updateByExample
-
从接口继承的方法 tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper
updateByExampleSelective
-
-