Package | Description |
---|---|
tk.mybatis.mapper.common | |
tk.mybatis.sample.mapper |
Modifier and Type | Interface and Description |
---|---|
interface |
Mapper<T>
通用Mapper接口,其他接口继承该接口即可
|
interface |
RowBoundsMapper<T>
通用Mapper接口,带RowBounds参数的查询
配合分页插件PageHelper可以实现物理分页 PageHelper - http://git.oschina.net/free/Mybatis_PageHelper |
Modifier and Type | Interface and Description |
---|---|
interface |
BaseMapper<T> |
interface |
CountryMapper |
Copyright © 2018. All rights reserved.