| Package | Description |
|---|---|
| io.mybatis.mapper | |
| io.mybatis.mapper.logical |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseMapper<T,I extends Serializable>
基础 Mapper 方法,可以在此基础上继承覆盖已有方法
|
interface |
Mapper<T,I extends Serializable>
自定义 Mapper 示例,这个 Mapper 基于主键自增重写了 insert 方法,主要用作示例
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogicalMapper<T,I extends Serializable>
逻辑删除的 Mapper 方法
|
Copyright © 2023. All rights reserved.