Package tk.mybatis.mapper.common
Interface ExampleMapper<T>
- Type Parameters:
T- 不能为空
- All Superinterfaces:
DeleteByExampleMapper<T>,SelectByExampleMapper<T>,SelectCountByExampleMapper<T>,SelectOneByExampleMapper<T>,UpdateByExampleMapper<T>,UpdateByExampleSelectiveMapper<T>
- All Known Subinterfaces:
Mapper<T>
public interface ExampleMapper<T>
extends SelectByExampleMapper<T>, SelectOneByExampleMapper<T>, SelectCountByExampleMapper<T>, DeleteByExampleMapper<T>, UpdateByExampleMapper<T>, UpdateByExampleSelectiveMapper<T>
通用Mapper接口,Example查询
- Author:
- liuzh
-
Method Summary
Methods inherited from interface tk.mybatis.mapper.common.example.DeleteByExampleMapper
deleteByExampleMethods inherited from interface tk.mybatis.mapper.common.example.SelectByExampleMapper
selectByExampleMethods inherited from interface tk.mybatis.mapper.common.example.SelectCountByExampleMapper
selectCountByExampleMethods inherited from interface tk.mybatis.mapper.common.example.SelectOneByExampleMapper
selectOneByExampleMethods inherited from interface tk.mybatis.mapper.common.example.UpdateByExampleMapper
updateByExampleMethods inherited from interface tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper
updateByExampleSelective