Modifier and Type | Interface and Description |
---|---|
interface |
AggregationMapper<T>
通用聚合查询接口,特殊方法
|
Modifier and Type | Interface and Description |
---|---|
interface |
InsertListMapper<T>
Oracle批量插入
|
interface |
OracleMapper<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteByIdListMapper<T,PK>
通用Mapper接口,根据idList删除
|
interface |
IdListMapper<T,PK>
通用Mapper接口,根据idList操作
|
interface |
SelectByIdListMapper<T,PK>
通用Mapper接口,根据ids查询
|
Modifier and Type | Interface and Description |
---|---|
interface |
InsertListMapper<T>
通用Mapper接口,特殊方法,批量插入,支持批量插入的数据库都可以使用,例如mysql,h2等
|
Modifier and Type | Interface and Description |
---|---|
interface |
UpdateByDifferMapper<T>
差异更新
|
Modifier and Type | Interface and Description |
---|---|
interface |
UpdateByPrimaryKeySelectiveForceMapper<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
BaseMapper<T>
通用Mapper接口,其他接口继承该接口即可
|
interface |
ConditionMapper<T>
通用Mapper接口,Condition查询
|
interface |
ExampleMapper<T>
通用Mapper接口,Example查询
|
interface |
IdsMapper<T>
通用Mapper接口,根据ids操作
|
interface |
Mapper<T>
通用Mapper接口,其他接口继承该接口即可
|
interface |
MySqlMapper<T>
通用Mapper接口,MySql独有的通用方法
|
interface |
RowBoundsMapper<T>
通用Mapper接口,带RowBounds参数的查询
配合分页插件PageHelper可以实现物理分页
PageHelper - http://git.oschina.net/free/Mybatis_PageHelper
|
interface |
SqlServerMapper<T>
通用Mapper接口,SqlServerMapper独有的通用方法
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseDeleteMapper<T>
通用Mapper接口,基础删除
|
interface |
BaseInsertMapper<T>
通用Mapper接口,基础查询
|
interface |
BaseSelectMapper<T>
通用Mapper接口,基础查询
|
interface |
BaseUpdateMapper<T>
通用Mapper接口,基础查询
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteByPrimaryKeyMapper<T>
通用Mapper接口,删除
|
interface |
DeleteMapper<T>
通用Mapper接口,删除
|
Modifier and Type | Interface and Description |
---|---|
interface |
InsertMapper<T>
通用Mapper接口,插入
|
interface |
InsertSelectiveMapper<T>
通用Mapper接口,插入
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExistsWithPrimaryKeyMapper<T>
通用Mapper接口,查询
|
interface |
SelectAllMapper<T> |
interface |
SelectByPrimaryKeyMapper<T>
通用Mapper接口,其他接口继承该接口即可
|
interface |
SelectCountMapper<T>
通用Mapper接口,查询
|
interface |
SelectMapper<T>
通用Mapper接口,查询
|
interface |
SelectOneMapper<T>
通用Mapper接口,查询
|
Modifier and Type | Interface and Description |
---|---|
interface |
UpdateByPrimaryKeyMapper<T>
通用Mapper接口,更新
|
interface |
UpdateByPrimaryKeySelectiveMapper<T>
通用Mapper接口,更新
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteByConditionMapper<T>
通用Mapper接口,Condition查询
|
interface |
SelectByConditionMapper<T>
通用Mapper接口,Condition查询
|
interface |
SelectCountByConditionMapper<T>
通用Mapper接口,Condition查询
|
interface |
UpdateByConditionMapper<T>
通用Mapper接口,Condition查询
|
interface |
UpdateByConditionSelectiveMapper<T>
通用Mapper接口,Condition查询
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteByExampleMapper<T>
通用Mapper接口,Example查询
|
interface |
SelectByExampleMapper<T>
通用Mapper接口,Example查询
|
interface |
SelectCountByExampleMapper<T>
通用Mapper接口,Example查询
|
interface |
SelectOneByExampleMapper<T>
通用Mapper接口,Example查询
|
interface |
UpdateByExampleMapper<T>
通用Mapper接口,Example查询
|
interface |
UpdateByExampleSelectiveMapper<T>
通用Mapper接口,Example查询
|
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteByIdsMapper<T>
通用Mapper接口,根据ids删除
|
interface |
SelectByIdsMapper<T>
通用Mapper接口,根据ids查询
|
Modifier and Type | Interface and Description |
---|---|
interface |
SelectByConditionRowBoundsMapper<T>
通用Mapper接口,Condition查询
|
interface |
SelectByExampleRowBoundsMapper<T>
通用Mapper接口,查询
|
interface |
SelectRowBoundsMapper<T>
通用Mapper接口,查询
|
Modifier and Type | Interface and Description |
---|---|
interface |
InsertListMapper<T>
通用Mapper接口,特殊方法,批量插入,支持批量插入的数据库都可以使用,例如mysql,h2等
|
interface |
InsertUseGeneratedKeysMapper<T>
通用Mapper接口,特殊方法,批量插入,支持批量插入的数据库都可以使用,例如mysql,h2等
|
Modifier and Type | Interface and Description |
---|---|
interface |
InsertMapper<T>
通用Mapper接口,插入
|
interface |
InsertSelectiveMapper<T>
通用Mapper接口,插入
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseMapper<T> |
Copyright © 2018. All rights reserved.