Package tk.mybatis.mapper.common
Interface Mapper<T>
- Type Parameters:
T- 不能为空
- All Superinterfaces:
BaseDeleteMapper<T>,BaseInsertMapper<T>,BaseMapper<T>,BaseSelectMapper<T>,BaseUpdateMapper<T>,DeleteByExampleMapper<T>,DeleteByPrimaryKeyMapper<T>,DeleteMapper<T>,ExampleMapper<T>,ExistsWithPrimaryKeyMapper<T>,InsertMapper<T>,InsertSelectiveMapper<T>,Marker,RowBoundsMapper<T>,SaveMapper<T>,SelectAllMapper<T>,SelectByExampleMapper<T>,SelectByExampleRowBoundsMapper<T>,SelectByPrimaryKeyMapper<T>,SelectCountByExampleMapper<T>,SelectCountMapper<T>,SelectMapper<T>,SelectOneByExampleMapper<T>,SelectOneMapper<T>,SelectRowBoundsMapper<T>,UpdateByExampleMapper<T>,UpdateByExampleSelectiveMapper<T>,UpdateByPrimaryKeyMapper<T>,UpdateByPrimaryKeySelectiveMapper<T>
public interface Mapper<T>
extends BaseMapper<T>, ExampleMapper<T>, RowBoundsMapper<T>, SaveMapper<T>, Marker
通用Mapper接口,其他接口继承该接口即可
这是一个例子,自己扩展时可以参考
- Author:
- liuzh
-
Method Summary
Methods inherited from interface tk.mybatis.mapper.common.example.DeleteByExampleMapper
deleteByExampleMethods inherited from interface tk.mybatis.mapper.common.base.delete.DeleteByPrimaryKeyMapper
deleteByPrimaryKeyMethods inherited from interface tk.mybatis.mapper.common.base.delete.DeleteMapper
deleteMethods inherited from interface tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper
existsWithPrimaryKeyMethods inherited from interface tk.mybatis.mapper.common.base.insert.InsertMapper
insertMethods inherited from interface tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper
insertSelectiveMethods inherited from interface tk.mybatis.mapper.common.SaveMapper
saveMethods inherited from interface tk.mybatis.mapper.common.base.select.SelectAllMapper
selectAllMethods inherited from interface tk.mybatis.mapper.common.example.SelectByExampleMapper
selectByExampleMethods inherited from interface tk.mybatis.mapper.common.rowbounds.SelectByExampleRowBoundsMapper
selectByExampleAndRowBoundsMethods inherited from interface tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper
selectByPrimaryKeyMethods inherited from interface tk.mybatis.mapper.common.example.SelectCountByExampleMapper
selectCountByExampleMethods 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.example.SelectOneByExampleMapper
selectOneByExampleMethods inherited from interface tk.mybatis.mapper.common.base.select.SelectOneMapper
selectOneMethods inherited from interface tk.mybatis.mapper.common.rowbounds.SelectRowBoundsMapper
selectByRowBoundsMethods inherited from interface tk.mybatis.mapper.common.example.UpdateByExampleMapper
updateByExampleMethods inherited from interface tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper
updateByExampleSelectiveMethods inherited from interface tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper
updateByPrimaryKeyMethods inherited from interface tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper
updateByPrimaryKeySelective