| Package | Description |
|---|---|
| io.mybatis.mapper | |
| io.mybatis.mapper.example |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Mapper<T,I extends Serializable>
自定义 Mapper 示例,这个 Mapper 基于主键自增重写了 insert 方法,主要用作示例
|
| Constructor and Description |
|---|
ExampleWrapper(BaseMapper<T,I> baseMapper,
Example<T> example) |
Copyright © 2022. All rights reserved.